avoid CrashLoopBackOff
This commit is contained in:
parent
d2688a6b7b
commit
574ef51ebd
2 changed files with 13 additions and 19 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue