Skip to content

Commit

Permalink
temp disable readinessprobe
Browse files Browse the repository at this point in the history
  • Loading branch information
cmyui authored Jan 10, 2024
1 parent 42d7fe5 commit 42c5425
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
Expand Up @@ -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
Expand Down

0 comments on commit 42c5425

Please sign in to comment.