We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03ba234 commit 3b74052Copy full SHA for 3b74052
2 files changed
manifests/backend/deployment.yaml
@@ -14,6 +14,6 @@ spec:
14
spec:
15
containers:
16
- name: backend
17
- image: ghcr.io/aashiruu/devops-backend:latest
+ image: docker.io/famouswealth/devops-backend:latest
18
ports:
19
- containerPort: 5000
manifests/frontend/deployment.yaml
- name: frontend
- image: ghcr.io/aashiruu/devops-frontend:latest
+ image: docker.io/famouswealth/devops-frontend:latest
- containerPort: 80
0 commit comments