From 7ac426850114ab6cd6ac3426995f298f26e5f385 Mon Sep 17 00:00:00 2001 From: FernandoRanzani <90473663+FernandoRanzani@users.noreply.github.com> Date: Mon, 6 Feb 2023 08:44:51 -0300 Subject: [PATCH] Update kubernetes-deployment.yaml.template --- .../manifests/kubernetes-deployment.yaml.template | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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