bodhi: change liveness probes to hopefully avoid restarting pods

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2024-02-12 17:30:20 -08:00
parent 23275c26ea
commit 721d30875a

View file

@ -84,9 +84,10 @@ items:
path: /healthz/ready
port: 8080
livenessProbe:
timeoutSeconds: 15
timeoutSeconds: 60s
initialDelaySeconds: 30
periodSeconds: 60
periodSeconds: 120s
failureThreshold: 5
httpGet:
path: /healthz/live
port: 8080