feat(pods): change image pull policy from Always to IfNotPresent

Otherwise, we have a SPOF with the image registry used
This commit is contained in:
2024-12-13 14:06:56 +01:00
parent 99056b875e
commit 4df11ead1e
3 changed files with 5 additions and 5 deletions

View File

@ -19,7 +19,7 @@ spec:
containers:
- name: hydra-oidc-php-fpm
image: reg.cadoles.com/cadoles/hydra-oidc-base:2024.4.2-develop.1349.c4711f6
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
args: ["/usr/sbin/php-fpm81", "-F", "-e"]
readinessProbe:
exec:
@ -53,7 +53,7 @@ spec:
- name: hydra-oidc-caddy
image: reg.cadoles.com/cadoles/hydra-oidc-base:2024.4.2-develop.1349.c4711f6
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
args:
[
"/usr/sbin/caddy",