diff --git a/deployment.azure.yaml b/deployment.azure.yaml index 23a3dc1..984261d 100644 --- a/deployment.azure.yaml +++ b/deployment.azure.yaml @@ -6,7 +6,7 @@ spec: selector: matchLabels: app: angular - replicas: 5 # tells deployment to run 2 pods matching the template + replicas: 2 # tells deployment to run 2 pods matching the template template: metadata: labels: @@ -14,7 +14,7 @@ spec: spec: containers: - name: angular - image: houssemdocker/angular-app:#{Build.BuildId}# + image: acr112.azurecr.io/angular-app:#{Build.BuildId}# ports: - containerPort: 80 --- @@ -30,4 +30,4 @@ spec: - protocol: TCP port: 80 targetPort: 80 - type: LoadBalancer \ No newline at end of file + type: LoadBalancer diff --git a/src/app/app.component.html b/src/app/app.component.html index bb0a352..4954179 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -2,7 +2,7 @@