Merge pull request #5671 from sslavic/patch-1

Make liveness probe more resilient than readiness probe
This commit is contained in:
Kubernetes Prow Robot 2020-07-07 05:51:58 -07:00 committed by GitHub
commit a4cbb4b8be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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