From ee2bb1ea458f16762416f9e379467108075db699 Mon Sep 17 00:00:00 2001 From: Matthieu Lamalle Date: Thu, 2 Nov 2023 09:37:00 +0100 Subject: [PATCH] update hydra-dispatcher probes and image ref --- .../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 81f4c0a..6d91741 100644 --- a/resources/hydra-dispatcher/resources/hydra-dispatcher-deployment.yaml +++ b/resources/hydra-dispatcher/resources/hydra-dispatcher-deployment.yaml @@ -18,7 +18,7 @@ spec: spec: containers: - name: hydra-dispatcher-php-fpm - image: reg.cadoles.com/cadoles/hydra-dispatcher-kube:0.0.1 + image: reg.cadoles.com/cadoles/hydra-dispatcher-base:0.0.1 args: ["/usr/sbin/php-fpm81", "-F", "-e"] readinessProbe: exec: @@ -49,20 +49,20 @@ spec: name: hydra-dispatcher-apps resources: {} - - image: reg.cadoles.com/cadoles/hydra-dispatcher-kube:0.0.1 + - image: reg.cadoles.com/cadoles/hydra-dispatcher-base:0.0.1 imagePullPolicy: Always name: hydra-dispatcher-nginx args: ["/usr/sbin/nginx"] readinessProbe: httpGet: - path: /oauth2/auth + path: /health port: 80 initialDelaySeconds: 5 timeoutSeconds: 5 periodSeconds: 10 livenessProbe: httpGet: - path: /oauth2/auth + path: /health port: 80 initialDelaySeconds: 15 timeoutSeconds: 5