Skip to content

Commit

Permalink
restore probes
Browse files Browse the repository at this point in the history
  • Loading branch information
TakGN committed Jul 18, 2024
1 parent 30e2090 commit c373dc9
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 c373dc9

Please sign in to comment.