diff --git a/charts/ingress-nginx/values.yaml b/charts/ingress-nginx/values.yaml index 917b25a6b..8c4a52aa1 100644 --- a/charts/ingress-nginx/values.yaml +++ b/charts/ingress-nginx/values.yaml @@ -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