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 committed Nov 17, 2023
1 parent ab85e83 commit 4b60f1d
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 4b60f1d

Please sign in to comment.