kubernetes: update portfolio image path

This commit is contained in:
2025-06-29 11:37:30 +03:00
parent cd05ca705d
commit dc7f585e12

View File

@ -18,7 +18,7 @@ spec:
- name: my-registry-secret
containers:
- name: portfolio-app
image: "${DOCKER_REGISTRY_HOST}/my-portfolio-app:latest"
image: "${DOCKER_REGISTRY_HOST}/taqi/portfolio/my-portfolio-app:latest"
imagePullPolicy: Always
ports:
- containerPort: 80