From c7be195b5a31926e3cfa1716b6c207fd36ac73d6 Mon Sep 17 00:00:00 2001 From: matthewpeterkort Date: Tue, 6 Aug 2024 11:20:04 -0700 Subject: [PATCH] Fix deployment --- helm/fhir-server/templates/deployment.yaml | 2 +- helm/fhir-server/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/fhir-server/templates/deployment.yaml b/helm/fhir-server/templates/deployment.yaml index e38c8702..39c00a83 100644 --- a/helm/fhir-server/templates/deployment.yaml +++ b/helm/fhir-server/templates/deployment.yaml @@ -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: diff --git a/helm/fhir-server/values.yaml b/helm/fhir-server/values.yaml index 18f03d63..af889760 100644 --- a/helm/fhir-server/values.yaml +++ b/helm/fhir-server/values.yaml @@ -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: ""