Skip to content

Commit 880d522

Browse files
committed
chore(redis): modify healthcheck timeoutSeconds
1 parent a8c3f01 commit 880d522

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

addons/redis-cluster/7.0/chart/redis-cluster/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

addons/redis/7.0/chart/redis/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)