Skip to content

Commit

Permalink
Restore health test for diracx-demo container
Browse files Browse the repository at this point in the history
  • Loading branch information
chaen authored and chrisburr committed Oct 18, 2023
1 parent 1194c32 commit b51673c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions diracx/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,14 @@ spec:
- name: http
containerPort: {{ .Values.diracx.service.port }}
protocol: TCP
# livenessProbe:
# httpGet:
# path: /api/docs/
# port: http
# readinessProbe:
# httpGet:
# path: /api/docs/
# port: http
livenessProbe:
httpGet:
path: /api/docs/
port: http
readinessProbe:
httpGet:
path: /api/docs/
port: http
command: ["bash", "/entrypoint.sh"]
args:
- uvicorn
Expand Down

0 comments on commit b51673c

Please sign in to comment.