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 a8a8b5f6e9
commit 1614e4c55d

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