update hydra-dispatcher probes and image ref

This commit is contained in:
Matthieu Lamalle 2023-11-02 09:37:00 +01:00 committed by William Petit
parent 63c5d7259c
commit ee2bb1ea45
1 changed files with 4 additions and 4 deletions

View File

@ -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