Skip to content

Commit

Permalink
Revert "temp disable readinessprobe"
Browse files Browse the repository at this point in the history
This reverts commit ab85e83.
  • Loading branch information
cmyui authored and tsunyoku committed Dec 21, 2023
1 parent bf0cb4a commit c8cdd1f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@ apps:
env:
- name: APP_COMPONENT
value: api
readinessProbe:
httpGet:
path: /_health
port: 80
initialDelaySeconds: 10
periodSeconds: 10
timeoutSeconds: 1
successThreshold: 1
failureThreshold: 3
resources:
limits:
cpu: 300m
Expand Down

0 comments on commit c8cdd1f

Please sign in to comment.