chore: change imagePullPolicy to Always
CI/CD Pipeline / quality-and-security (push) Successful in 9s
CI/CD Pipeline / build-and-push (push) Successful in 9s
CI/CD Pipeline / deploy (push) Successful in 4s

This commit is contained in:
2026-07-02 10:02:19 +00:00
parent 8cae92afef
commit a2496a36a0
+2 -2
View File
@@ -105,7 +105,7 @@ spec:
containers:
- name: api
image: gitea-http.gitea.svc.cluster.local:3000/khalil/tamagotchi-api:ba39518cd698e10df460d9d0ed0b16ae57b7ab75
imagePullPolicy: Never
imagePullPolicy: Always
ports:
- containerPort: 8080
env:
@@ -179,7 +179,7 @@ spec:
containers:
- name: frontend
image: gitea-http.gitea.svc.cluster.local:3000/khalil/tamagotchi-frontend:ba39518cd698e10df460d9d0ed0b16ae57b7ab75
imagePullPolicy: Never
imagePullPolicy: Always
ports:
- containerPort: 80
resources: