Skip to content

Commit

Permalink
Fix url for healthchecks.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgadling committed Aug 23, 2024
1 parent 895de41 commit d6661a6
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .infra/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,26 @@ stack:
enabled: false
service:
port: 9009
livenessProbe:
failureThreshold: 3
httpGet:
path: /graphql
port: 9009
scheme: HTTP
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 1
initialDelaySeconds: 10
readinessProbe:
failureThreshold: 3
httpGet:
path: /graphql
port: 9009
scheme: HTTP
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 1
initialDelaySeconds: 10
env:
- name: PYTHONPATH
value: .
Expand Down

0 comments on commit d6661a6

Please sign in to comment.