Skip to content

Commit ab4c513

Browse files
startupProbe inline with other probes.
Signed-off-by: Aaron Layfield <aaron.layfield@gmail.com>
1 parent 61c8440 commit ab4c513

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

charts/redis-ha/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ keywords:
55
- redis
66
- keyvalue
77
- database
8-
version: 4.33.3
8+
version: 4.33.4
99
appVersion: 7.2.7
1010
description: This Helm chart provides a highly available Redis implementation with a master/slave configuration and uses Sentinel sidecars for failover management
1111
icon: https://upload.wikimedia.org/wikipedia/en/thumb/6/6b/Redis_Logo.svg/1200px-Redis_Logo.svg.png

charts/redis-ha/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -418,15 +418,15 @@ redis:
418418
# -- Enable Startup Probe
419419
enabled: true
420420
# -- Initial delay in seconds for startup probe
421-
initialDelaySeconds: 5
421+
initialDelaySeconds: 30
422422
# -- Period in seconds after which startup probe will be repeated
423-
periodSeconds: 10
423+
periodSeconds: 15
424424
# -- Timeout seconds for startup probe
425425
timeoutSeconds: 15
426426
# -- Success threshold for startup probe
427427
successThreshold: 1
428428
# -- Failure threshold for startup probe
429-
failureThreshold: 3
429+
failureThreshold: 5
430430

431431
# -- Array with commands to disable
432432
disableCommands:

0 commit comments

Comments
 (0)