Skip to content

Commit

Permalink
add liveness probe
Browse files Browse the repository at this point in the history
  • Loading branch information
bpblanken committed Jan 24, 2024
1 parent a73c54a commit 212b36c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions charts/seqr/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ spec:
resources:
{{- toYaml .Values.resources | nindent 10 }}
{{- include "seqr.environment" $ | nindent 8 }}
livenessProbe:
exec:
command:
- /bin/bash
- -c
- /readiness_probe
readinessProbe:
exec:
command:
Expand Down

0 comments on commit 212b36c

Please sign in to comment.