chore: change imagePullPolicy to Always
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user