fix(k8s): change imagePullPolicy to IfNotPresent in backoffice deployment
Build and Deploy to Kubernetes / build-and-deploy (push) Failing after 14m45s

This commit is contained in:
masoodafar-web
2026-06-14 00:08:31 +03:30
parent 2f040cab02
commit 31f0fc4860
2 changed files with 388 additions and 1 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ spec:
containers:
- name: backoffice
image: 194.5.195.53:30080/admin/backoffice:latest
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
ports:
- containerPort: 80
name: http