Skip to content

Commit

Permalink
Disabled liveness nad readiness probe for api-fw
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeniy Dmitriev committed Dec 26, 2023
1 parent dea9bf1 commit 77e1084
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/ingress-nginx/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -897,7 +897,7 @@ controller:
### TEXT|JSON
logFormat: TEXT
resources: {}
livenessProbeEnabled: true
livenessProbeEnabled: false
livenessProbe:
httpGet:
path: "/v1/liveness"
Expand All @@ -908,7 +908,7 @@ controller:
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 1
readinessProbeEnabled: true
readinessProbeEnabled: false
readinessProbe:
httpGet:
path: "/v1/readiness"
Expand Down

0 comments on commit 77e1084

Please sign in to comment.