bodhi: change liveness probes to hopefully avoid restarting pods
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
23275c26ea
commit
721d30875a
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue