Skip to content

Commit

Permalink
Fix artifact registry project typo (#139)
Browse files Browse the repository at this point in the history
Co-authored-by: Ong Jun Xiong <[email protected]>
Co-authored-by: Charisma Kausar <[email protected]>
Co-authored-by: Charisma Kausar <[email protected]>
Co-authored-by: Gabriel Goh <[email protected]>
Co-authored-by: chunweii <[email protected]>
  • Loading branch information
6 people authored Oct 19, 2023
1 parent 8aa2f75 commit fc57765
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
key: firebase-service-account
- name: PORT
value: "5005"
image: asia-southeast1-docker.pkg.dev/peerprep-group11-dev/codeparty-prod-images/admin-service:latest
image: asia-southeast1-docker.pkg.dev/peerprep-group11-prod/codeparty-prod-images/admin-service:latest
name: admin-service
ports:
- containerPort: 5005
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
key: prisma-database-url
- name: PORT
value: "5003"
image: asia-southeast1-docker.pkg.dev/peerprep-group11-dev/codeparty-prod-images/collaboration-service:latest
image: asia-southeast1-docker.pkg.dev/peerprep-group11-prod/codeparty-prod-images/collaboration-service:latest
name: collaboration-service
ports:
- containerPort: 5003
Expand Down
2 changes: 1 addition & 1 deletion deployment/gke-prod-manifests/frontend-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
secretKeyRef:
name: frontend-firebase-config
key: frontend-firebase-config
image: asia-southeast1-docker.pkg.dev/peerprep-group11-dev/codeparty-prod-images/frontend:latest
image: asia-southeast1-docker.pkg.dev/peerprep-group11-prod/codeparty-prod-images/frontend:latest
name: frontend
ports:
- containerPort: 3000
Expand Down
2 changes: 1 addition & 1 deletion deployment/gke-prod-manifests/gateway-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
key: firebase-service-account
- name: PORT
value: "4000"
image: asia-southeast1-docker.pkg.dev/peerprep-group11-dev/codeparty-prod-images/gateway:latest
image: asia-southeast1-docker.pkg.dev/peerprep-group11-prod/codeparty-prod-images/gateway:latest
name: gateway
ports:
- containerPort: 4000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
key: prisma-database-url
- name: PORT
value: "5002"
image: asia-southeast1-docker.pkg.dev/peerprep-group11-dev/codeparty-prod-images/matching-service:latest
image: asia-southeast1-docker.pkg.dev/peerprep-group11-prod/codeparty-prod-images/matching-service:latest
name: matching-service
ports:
- containerPort: 5002
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
key: mongo-atlas-url
- name: PORT
value: "5004"
image: asia-southeast1-docker.pkg.dev/peerprep-group11-dev/codeparty-prod-images/question-service:latest
image: asia-southeast1-docker.pkg.dev/peerprep-group11-prod/codeparty-prod-images/question-service:latest
name: question-service
ports:
- containerPort: 5004
Expand Down
2 changes: 1 addition & 1 deletion deployment/gke-prod-manifests/user-service-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
key: prisma-database-url
- name: PORT
value: "5001"
image: asia-southeast1-docker.pkg.dev/peerprep-group11-dev/codeparty-prod-images/user-service:latest
image: asia-southeast1-docker.pkg.dev/peerprep-group11-prod/codeparty-prod-images/user-service:latest
name: user-service
ports:
- containerPort: 5001
Expand Down

0 comments on commit fc57765

Please sign in to comment.