Make liveness probe more fault tolerant than readiness probe

This commit is contained in:
Stevo Slavić 2020-06-06 12:09:43 +02:00 committed by Stevo Slavić
parent 544db7f009
commit ab619f258b

View file

@ -198,7 +198,7 @@ controller:
## Ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#container-probes
##
livenessProbe:
failureThreshold: 3
failureThreshold: 5
initialDelaySeconds: 10
periodSeconds: 10
successThreshold: 1