From bdb0b0fceb7e1345af214803a2620a912e6323a0 Mon Sep 17 00:00:00 2001 From: saibharath7989 <110446247+saibharath7989@users.noreply.github.com> Date: Wed, 19 Oct 2022 12:06:05 +0530 Subject: [PATCH] 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..540ee40 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: saibharath7989/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