Skip to content

Commit 4921b52

Browse files
committed
chore: increase startup/readiness probe delay
1 parent e6b5f1b commit 4921b52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

helm/_clamav/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ affinity: {}
3737

3838
# Health checks with appropriate timeouts for ClamAV startup
3939
startupProbe:
40-
initialDelaySeconds: 180
40+
initialDelaySeconds: 240
4141
periodSeconds: 30
4242
failureThreshold: 3
4343
timeoutSeconds: 600
@@ -49,7 +49,7 @@ livenessProbe:
4949
timeoutSeconds: 600
5050

5151
readinessProbe:
52-
initialDelaySeconds: 210
52+
initialDelaySeconds: 240
5353
periodSeconds: 10
5454
failureThreshold: 3
5555
timeoutSeconds: 600

0 commit comments

Comments
 (0)