Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
re-enable readiness probe
Browse files Browse the repository at this point in the history
cmyui authored Jan 10, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 606e824 commit 505a013
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions chart/values.yaml
Original file line number Diff line number Diff line change
@@ -8,15 +8,15 @@ apps:
repository: osuakatsuki/performance-service
tag: latest
port: 80
# readinessProbe:
# httpGet:
# path: /_health
# port: 80
# initialDelaySeconds: 10
# periodSeconds: 10
# timeoutSeconds: 1
# successThreshold: 1
# failureThreshold: 3
readinessProbe:
httpGet:
path: /_health
port: 80
initialDelaySeconds: 10
periodSeconds: 10
timeoutSeconds: 1
successThreshold: 1
failureThreshold: 3
env:
- name: APP_COMPONENT
value: api

0 comments on commit 505a013

Please sign in to comment.