diff --git a/Backend_Deployment/manifests/kubernetes-deployment.yaml.template b/Backend_Deployment/manifests/kubernetes-deployment.yaml.template index 807d40b..3d937a9 100644 --- a/Backend_Deployment/manifests/kubernetes-deployment.yaml.template +++ b/Backend_Deployment/manifests/kubernetes-deployment.yaml.template @@ -17,7 +17,7 @@ spec: spec: containers: - name: appointment - image: {acrName}.azurecr.io/patienthub/appointment + image: craccelerator001.azurecr.io/patienthub/appointment ports: - containerPort: 80 imagePullPolicy: Always @@ -38,7 +38,7 @@ spec: spec: containers: - name: patient - image: {acrName}.azurecr.io/patienthub/patient + image: craccelerator001.azurecr.io/patienthub/patient ports: - containerPort: 80 imagePullPolicy: Always @@ -59,7 +59,7 @@ spec: spec: containers: - name: batchinference - image: {acrName}.azurecr.io/patienthub/batchinference + image: craccelerator001.azurecr.io/patienthub/batchinference ports: - containerPort: 80 imagePullPolicy: Always @@ -80,7 +80,7 @@ spec: spec: containers: - name: realtimeinference - image: {acrName}.azurecr.io/patienthub/realtimeinference + image: craccelerator001.azurecr.io/patienthub/realtimeinference ports: - containerPort: 80 imagePullPolicy: Always @@ -101,7 +101,7 @@ spec: spec: containers: - name: changefeedwatcher - image: {acrName}.azurecr.io/patienthub/changefeedwatcher + image: craccelerator001.azurecr.io/patienthub/changefeedwatcher ports: - containerPort: 80 imagePullPolicy: Always @@ -122,7 +122,7 @@ spec: spec: containers: - name: tts - image: {acrName}.azurecr.io/patienthub/tts + image: craccelerator001.azurecr.io/patienthub/tts ports: - containerPort: 80 imagePullPolicy: Always