updated threshold to 25 because instant rebooting
This commit is contained in:
parent
69d3698efb
commit
dc270c1f65
|
@ -55,7 +55,7 @@ spec:
|
||||||
port: 8080
|
port: 8080
|
||||||
initialDelaySeconds: 60
|
initialDelaySeconds: 60
|
||||||
periodSeconds: 5
|
periodSeconds: 5
|
||||||
failureThreshold: 15
|
failureThreshold: 25
|
||||||
successThreshold: 1
|
successThreshold: 1
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
|
|
Loading…
Reference in New Issue