Skip to content

Commit

Permalink
fix fhir server health checks
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewpeterkort committed Sep 16, 2024
1 parent 7a1e628 commit 6797e8f
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions helm/fhir-server/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,17 @@ spec:
containerPort: {{ .Values.service.port }}
protocol: TCP
livenessProbe:
exec:
command:
- ls
- /home
initialDelaySeconds: 5
periodSeconds: 5
httpGet:
path: /_status
port: http
initialDelaySeconds: 30
periodSeconds: 60
timeoutSeconds: 30
readinessProbe:
exec:
command:
- ls
- /home
initialDelaySeconds: 5
periodSeconds: 5
httpGet:
path: /_status
port: http
initialDelaySeconds: 30
resources:
{{- toYaml .Values.resources | nindent 12 }}
command:
Expand Down

0 comments on commit 6797e8f

Please sign in to comment.