diff --git a/azure-pipelines.yml b/azure-pipelines.yml index bf43e006..8c2ffce2 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -3,10 +3,10 @@ variables: - group: captureorder-variables # Variable Group containing 'mongoHost', 'mongoUser' and the secret 'mongoPassword' - name: dockerRegistryServiceConnection - value: 'containerRegistryConnection' # make sure it matches the name you used in the service connection + value: 'containerRegistryConnection' - name: acrEndpoint - value: 'uniqueacrname.azurecr.io' # replace with container registry endpoint + value: akschallengecontainterregistry.azurecr.io # - name: tag value: '$(Build.BuildId)' @@ -48,7 +48,7 @@ stages: pool: vmImage: ubuntu-latest - environment: 'aksworkshop.dev' # name of the environment to target [env name.namespace]. This will pull in the Kubernetes service connection automatically + environment: 'aksworkshop.dev' strategy: runOnce: diff --git a/manifests/deployment.yaml b/manifests/deployment.yaml index eb76cdc2..47977850 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: aksdevopschallengeacr.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: