kubernetes: update portfolio image path
This commit is contained in:
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user