Skip to content

Commit

Permalink
Merge pull request #104 from tryyang2001/Continuous-Deployment
Browse files Browse the repository at this point in the history
Change ACR address in k8s manifest file
  • Loading branch information
hhchinh2002 authored Apr 14, 2024
2 parents 4fbef0c + c56f67b commit 3dce25e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions k8s/startup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ spec:
"kubernetes.io/os": linux
containers:
- name: frontend
image: fmdevsimages.azurecr.io/cs3213-frontend
image: fmdevsimgs.azurecr.io/cs3213-frontend
imagePullPolicy: Always
ports:
- containerPort: 3000
Expand Down Expand Up @@ -110,7 +110,7 @@ spec:
"kubernetes.io/os": linux
containers:
- name: users
image: fmdevsimages.azurecr.io/cs3213-users
image: fmdevsimgs.azurecr.io/cs3213-users
imagePullPolicy: Always
ports:
- containerPort: 3001
Expand Down Expand Up @@ -147,7 +147,7 @@ spec:
"kubernetes.io/os": linux
containers:
- name: assignment
image: fmdevsimages.azurecr.io/cs3213-assignment
image: fmdevsimgs.azurecr.io/cs3213-assignment
imagePullPolicy: Always
ports:
- containerPort: 8080
Expand Down Expand Up @@ -184,7 +184,7 @@ spec:
"kubernetes.io/os": linux
containers:
- name: grading
image: fmdevsimages.azurecr.io/cs3213-grading
image: fmdevsimgs.azurecr.io/cs3213-grading
imagePullPolicy: Always
ports:
- containerPort: 8088

0 comments on commit 3dce25e

Please sign in to comment.