From 8c6dc30bde36c04f54b3e75423ae7f29cb43bd63 Mon Sep 17 00:00:00 2001 From: Matthieu Lamalle Date: Fri, 30 Jun 2023 14:10:07 +0200 Subject: [PATCH] set hydra-dispatcher side container --- .../resources/hydra-dispatcher-deployment.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/hydra-dispatcher/resources/hydra-dispatcher-deployment.yaml b/resources/hydra-dispatcher/resources/hydra-dispatcher-deployment.yaml index da764fb..1605af3 100644 --- a/resources/hydra-dispatcher/resources/hydra-dispatcher-deployment.yaml +++ b/resources/hydra-dispatcher/resources/hydra-dispatcher-deployment.yaml @@ -18,8 +18,8 @@ spec: spec: containers: - name: hydra-dispatcher-php-fpm - image: reg.cadoles.com/cadoles/hydra-dispatcher-base:0.0.1 - args: ["/usr/sbin/php-fpm7", "-F", "-e"] + image: reg.cadoles.com/cadoles/hydra-dispatcher-kube:0.0.1 + args: ["/usr/sbin/php-fpm81", "-F", "-e"] env: - name: PHP_FPM_LISTEN value: 127.0.0.1:9000 @@ -35,7 +35,7 @@ spec: name: hydra-dispatcher-apps 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 name: hydra-dispatcher-nginx args: ["/usr/sbin/nginx"] @@ -46,7 +46,7 @@ spec: - name: NGINX_APP_UPSTREAM_BACKEND_SERVER value: 127.0.0.1:9000 - name: NGINX_APP_ROOT - value: "/app/public/" + value: "/public/" - name: NGINX_APP_PHP_INDEX value: "/index.php" - name: NGINX_ERROR_LOG_LEVEL