File tree Expand file tree Collapse file tree
kafka/4.2/chart/kafka-4.2 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ annotations:
55 category : Infrastructure
66 licenses : Apache-2.0
77apiVersion : v2
8- appVersion : 4.2
8+ appVersion : 4.2.0
99dependencies :
1010 - name : common
1111 repository : oci://registry.drycc.cc/charts
Original file line number Diff line number Diff line change @@ -999,8 +999,8 @@ sentinel:
999999 startupProbe :
10001000 enabled : true
10011001 initialDelaySeconds : 10
1002- periodSeconds : 10
1003- timeoutSeconds : 5
1002+ periodSeconds : 20
1003+ timeoutSeconds : 10
10041004 successThreshold : 1
10051005 failureThreshold : 22
10061006 # # @param sentinel.livenessProbe.enabled Enable livenessProbe on Redis™ Sentinel nodes
@@ -1013,8 +1013,8 @@ sentinel:
10131013 livenessProbe :
10141014 enabled : true
10151015 initialDelaySeconds : 20
1016- periodSeconds : 5
1017- timeoutSeconds : 5
1016+ periodSeconds : 20
1017+ timeoutSeconds : 10
10181018 successThreshold : 1
10191019 failureThreshold : 5
10201020 # # @param sentinel.readinessProbe.enabled Enable readinessProbe on Redis™ Sentinel nodes
@@ -1027,8 +1027,8 @@ sentinel:
10271027 readinessProbe :
10281028 enabled : true
10291029 initialDelaySeconds : 20
1030- periodSeconds : 5
1031- timeoutSeconds : 5
1030+ periodSeconds : 20
1031+ timeoutSeconds : 10
10321032 successThreshold : 1
10331033 failureThreshold : 5
10341034 # # @param sentinel.customStartupProbe Custom startupProbe that overrides the default one
You can’t perform that action at this time.
0 commit comments