From 1ba3b3dc27f548c7e2b735680855b94510a14d9a Mon Sep 17 00:00:00 2001 From: "Gustavo F. Ruiz" Date: Thu, 24 Oct 2019 13:38:50 -0300 Subject: [PATCH] Update deployment.yaml uniq name --- manifests/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/deployment.yaml b/manifests/deployment.yaml index eb76cdc2..99d23ef9 100644 --- a/manifests/deployment.yaml +++ b/manifests/deployment.yaml @@ -14,7 +14,7 @@ spec: spec: containers: - name: captureorder - image: uniqueacrname.azurecr.io/captureorder:placeholdertag # replace with your own repository. Due to a bug, leave the :placeholdertag tag in there to allow the pipeline to replace it + image: aksnarlab.azurecr.io/captureorder:placeholdertag # replace with your own repository. Due to a bug, leave the :placeholdertag tag in there to allow the pipeline to replace it imagePullPolicy: Always readinessProbe: httpGet: