Skip to content

Commit

Permalink
Add liveness probe for apifw
Browse files Browse the repository at this point in the history
  • Loading branch information
nedvna committed Dec 20, 2023
1 parent 66eb3b0 commit cb52e28
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion charts/ingress-nginx/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -879,7 +879,16 @@ controller:
resources: {}
apifirewall:
resources: {}
livenessProbe: {} # TODO
livenessProbe:
httpGet:
path: "/"
port: 9667
scheme: HTTP
initialDelaySeconds: 10
periodSeconds: 10
timeoutSeconds: 1
successThreshold: 1
failureThreshold: 5

# -- Rollback limit
##
Expand Down

0 comments on commit cb52e28

Please sign in to comment.