FEAT(test): add imagePullPolicy Always
- Ensure Kubernetes always pulls latest image - Fixes auto-deployment issue with latest tag - Pod will now update when new image is pushed to GHCR
This commit is contained in:
@@ -22,6 +22,7 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- name: jovies-app
|
- name: jovies-app
|
||||||
image: ghcr.io/mayne0213/jovies:latest
|
image: ghcr.io/mayne0213/jovies:latest
|
||||||
|
imagePullPolicy: Always
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 3000
|
- containerPort: 3000
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
|||||||
Reference in New Issue
Block a user