File tree Expand file tree Collapse file tree
redis-cluster/7.0/chart/redis-cluster Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -549,7 +549,7 @@ redis:
549549 enabled : true
550550 initialDelaySeconds : 5
551551 periodSeconds : 5
552- timeoutSeconds : 1
552+ timeoutSeconds : 5
553553 successThreshold : 1
554554 failureThreshold : 5
555555 # # @param redis.startupProbe.enabled Enable startupProbe
Original file line number Diff line number Diff line change @@ -230,7 +230,7 @@ master:
230230 enabled : true
231231 initialDelaySeconds : 20
232232 periodSeconds : 5
233- timeoutSeconds : 1
233+ timeoutSeconds : 5
234234 successThreshold : 1
235235 failureThreshold : 5
236236 # # @param master.customStartupProbe Custom startupProbe that overrides the default one
@@ -599,7 +599,7 @@ replica:
599599 enabled : true
600600 initialDelaySeconds : 20
601601 periodSeconds : 5
602- timeoutSeconds : 1
602+ timeoutSeconds : 5
603603 successThreshold : 1
604604 failureThreshold : 5
605605 # # @param replica.customStartupProbe Custom startupProbe that overrides the default one
@@ -1028,7 +1028,7 @@ sentinel:
10281028 enabled : true
10291029 initialDelaySeconds : 20
10301030 periodSeconds : 5
1031- timeoutSeconds : 1
1031+ timeoutSeconds : 5
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