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 - name: my-registry-secret
containers: containers:
- name: portfolio-app - name: portfolio-app
image: "${DOCKER_REGISTRY_HOST}/my-portfolio-app:latest" image: "${DOCKER_REGISTRY_HOST}/taqi/portfolio/my-portfolio-app:latest"
imagePullPolicy: Always imagePullPolicy: Always
ports: ports:
- containerPort: 80 - containerPort: 80