set hydra-dispatcher side container

This commit is contained in:
Matthieu Lamalle 2023-06-30 14:05:57 +02:00
parent a631a5c83e
commit d2291c6f58
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ spec:
spec: spec:
containers: containers:
- name: hydra-dispatcher-php-fpm - name: hydra-dispatcher-php-fpm
image: reg.cadoles.com/cadoles/hydra-dispatcher-base:0.0.1 image: reg.cadoles.com/cadoles/hydra-dispatcher-kube:0.0.1
args: ["/usr/sbin/php-fpm7", "-F", "-e"] args: ["/usr/sbin/php-fpm7", "-F", "-e"]
env: env:
- name: PHP_FPM_LISTEN - name: PHP_FPM_LISTEN
@ -35,7 +35,7 @@ spec:
name: hydra-dispatcher-apps name: hydra-dispatcher-apps
resources: {} resources: {}
- image: reg.cadoles.com/cadoles/hydra-dispatcher-base:0.0.1 - image: reg.cadoles.com/cadoles/hydra-dispatcher-kube:0.0.1
imagePullPolicy: Always imagePullPolicy: Always
name: hydra-dispatcher-nginx name: hydra-dispatcher-nginx
args: ["/usr/sbin/nginx"] args: ["/usr/sbin/nginx"]