Make liveness probe more fault tolerant than readiness probe
This commit is contained in:
parent
a8a8b5f6e9
commit
1614e4c55d
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ controller:
|
||||||
## Ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#container-probes
|
## Ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#container-probes
|
||||||
##
|
##
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
failureThreshold: 3
|
failureThreshold: 5
|
||||||
initialDelaySeconds: 10
|
initialDelaySeconds: 10
|
||||||
periodSeconds: 10
|
periodSeconds: 10
|
||||||
successThreshold: 1
|
successThreshold: 1
|
||||||
|
|
Loading…
Reference in a new issue