Skip to content

Commit

Permalink
disable the probes for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
TakGN committed Jul 17, 2024
1 parent d4da961 commit 3cd7103
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions k8s/values.prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,20 @@ cronjob:
schedule: "0 */5 * * *"
restartPolicy: OnFailure

probes:
healthEndpoint: /api/health
liveness:
initialDelaySeconds: 30
periodSeconds: 10
timeoutSeconds: 5
successThreshold: 1
failureThreshold: 3
readiness:
initialDelaySeconds: 30
periodSeconds: 10
timeoutSeconds: 5
successThreshold: 1
failureThreshold: 3
# probes:
# healthEndpoint: /api/health
# liveness:
# initialDelaySeconds: 30
# periodSeconds: 10
# timeoutSeconds: 5
# successThreshold: 1
# failureThreshold: 3
# readiness:
# initialDelaySeconds: 30
# periodSeconds: 10
# timeoutSeconds: 5
# successThreshold: 1
# failureThreshold: 3

datadog:
enable: true
Expand Down

0 comments on commit 3cd7103

Please sign in to comment.