avoid CrashLoopBackOff

This commit is contained in:
Christopher Hase 2025-03-26 11:39:02 +01:00
parent d2688a6b7b
commit 574ef51ebd
2 changed files with 13 additions and 19 deletions

View file

@ -19,15 +19,15 @@ spec:
httpGet:
path: /healthz
port: 8080
initialDelaySeconds: 30
periodSeconds: 15
timeoutSeconds: 5
initialDelaySeconds: 40
periodSeconds: 25
timeoutSeconds: 15
failureThreshold: 3
readinessProbe:
httpGet:
path: /ready
port: 8080
initialDelaySeconds: 20
periodSeconds: 10
timeoutSeconds: 3
initialDelaySeconds: 30
periodSeconds: 20
timeoutSeconds: 13
successThreshold: 2