From fcadada5369a0ce9a3b03cc77785f1131bff6671 Mon Sep 17 00:00:00 2001 From: FernandoRanzani <90473663+FernandoRanzani@users.noreply.github.com> Date: Fri, 3 Feb 2023 16:16:41 -0300 Subject: [PATCH] Update kubernetes-deployment.yaml.template --- .../manifests/kubernetes-deployment.yaml.template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Backend_Deployment/manifests/kubernetes-deployment.yaml.template b/Backend_Deployment/manifests/kubernetes-deployment.yaml.template index 807d40b..cfbf064 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: craccelator001.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: craccelator001.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: craccelator001.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: craccelator001.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: craccelator001.azurecr.io/patienthub/changefeedwatcher ports: - containerPort: 80 imagePullPolicy: Always