From 36fc4f7254fdf6c0d7c869ee0bff9da201046c96 Mon Sep 17 00:00:00 2001 From: muralikrishna188 <49935549+muralikrishna188@users.noreply.github.com> Date: Tue, 12 Jan 2021 08:44:35 +0530 Subject: [PATCH 1/7] Update deployment.azure.yaml --- deployment.azure.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployment.azure.yaml b/deployment.azure.yaml index 23a3dc1..38d76fb 100644 --- a/deployment.azure.yaml +++ b/deployment.azure.yaml @@ -14,7 +14,7 @@ spec: spec: containers: - name: angular - image: houssemdocker/angular-app:#{Build.BuildId}# + image: muralid188/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 From d02678340a902aa4c67ab211cacd7bb4676a2070 Mon Sep 17 00:00:00 2001 From: muralikrishna188 <49935549+muralikrishna188@users.noreply.github.com> Date: Fri, 15 Oct 2021 18:38:57 +0530 Subject: [PATCH 2/7] Update deployment.azure.yaml --- deployment.azure.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment.azure.yaml b/deployment.azure.yaml index 38d76fb..8f443c7 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: From 79065b79d2b17448e5893e62b3793f83e1aec9af Mon Sep 17 00:00:00 2001 From: muralikrishna188 <49935549+muralikrishna188@users.noreply.github.com> Date: Fri, 15 Oct 2021 18:55:01 +0530 Subject: [PATCH 3/7] Update deployment.azure.yaml --- deployment.azure.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment.azure.yaml b/deployment.azure.yaml index 8f443c7..984261d 100644 --- a/deployment.azure.yaml +++ b/deployment.azure.yaml @@ -14,7 +14,7 @@ spec: spec: containers: - name: angular - image: muralid188/angular-app:#{Build.BuildId}# + image: acr112.azurecr.io/angular-app:#{Build.BuildId}# ports: - containerPort: 80 --- From c0ce065d34a4505ec2cafc4fd0d399cd03d8abde Mon Sep 17 00:00:00 2001 From: muralikrishna188 <49935549+muralikrishna188@users.noreply.github.com> Date: Fri, 15 Oct 2021 19:06:36 +0530 Subject: [PATCH 4/7] Update app.component.html --- src/app/app.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/app.component.html b/src/app/app.component.html index bb0a352..671e34f 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -2,7 +2,7 @@