Skip to content

Commit

Permalink
Fix deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewpeterkort committed Aug 6, 2024
1 parent 3f3783c commit c7be195
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helm/fhir-server/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ spec:
- "/bin/sh"
- "-c"
- >
while true; do sleep 30; done;
uvicorn bundle_service.main:app --port 8000 --reload
{{- with .Values.nodeSelector }}
nodeSelector:
Expand Down
2 changes: 1 addition & 1 deletion helm/fhir-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ image:
repository: quay.io/ohsu-comp-bio/fhir_server
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "new"
tag: "latest"

imagePullSecrets: []
nameOverride: ""
Expand Down

0 comments on commit c7be195

Please sign in to comment.