add imagepullpolicy rule
This commit is contained in:
parent
6ea1a46fc9
commit
46c3c20389
|
@ -19,6 +19,7 @@ spec:
|
||||||
containers:
|
containers:
|
||||||
- name: hydra-oidc-php-fpm
|
- name: hydra-oidc-php-fpm
|
||||||
image: reg.cadoles.com/cadoles/hydra-oidc-kube:0.0.1
|
image: reg.cadoles.com/cadoles/hydra-oidc-kube:0.0.1
|
||||||
|
imagePullPolicy: Always
|
||||||
args: ["/usr/sbin/php-fpm81", "-F", "-e"]
|
args: ["/usr/sbin/php-fpm81", "-F", "-e"]
|
||||||
env:
|
env:
|
||||||
- name: PHP_FPM_LISTEN
|
- name: PHP_FPM_LISTEN
|
||||||
|
|
Loading…
Reference in New Issue