bodhi: check for liveness and readiness every 60s.
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
1585e367a0
commit
496bc77885
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue