Skip to content

Commit

Permalink
Make liveness probe more fault tolerant than readiness probe
Browse files Browse the repository at this point in the history
  • Loading branch information
sslavic authored and Stevo Slavić committed Jul 7, 2020
1 parent a8a8b5f commit 1614e4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/ingress-nginx/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1614e4c

Please sign in to comment.