fix: helm chart liveness and readiness probe (#2755)

This commit is contained in:
Jyasapara
2026-03-31 14:49:14 +02:00
committed by GitHub
parent 05ad60c21a
commit 4434c45ea7
4 changed files with 18 additions and 18 deletions

View File

@@ -13,19 +13,19 @@ fullnameOverride: ''
# Liveness / Readiness / Startup Probes
probes:
# -- Configure liveness probe
livenessProbe: {}
# initialDelaySeconds: 60
# periodSeconds: 30
# timeoutSeconds: 5
# successThreshold: 1
# failureThreshold: 5
livenessProbe:
initialDelaySeconds: 20
periodSeconds: 15
timeoutSeconds: 3
# successThreshold: 1
# failureThreshold: 3
# -- Configure readiness probe
readinessProbe: {}
# initialDelaySeconds: 60
# periodSeconds: 30
# timeoutSeconds: 5
# successThreshold: 1
# failureThreshold: 5
readinessProbe:
initialDelaySeconds: 60
periodSeconds: 15
timeoutSeconds: 3
# successThreshold: 1
# failureThreshold: 3
# -- Configure startup probe
startupProbe: null
# tcpSocket: