bodhi: check for liveness and readiness every 60s.

Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
Clement Verna 2020-03-23 10:28:22 +01:00 committed by Pierre-Yves Chibon
parent 1585e367a0
commit 496bc77885

View file

@ -90,13 +90,14 @@ items:
readinessProbe:
timeoutSeconds: 10
initialDelaySeconds: 5
periodSeconds: 60
httpGet:
path: /healthz/ready
port: 8080
livenessProbe:
timeoutSeconds: 10
initialDelaySeconds: 30
periodSeconds: 30
periodSeconds: 60
httpGet:
path: /healthz/live
port: 8080