OLD: feat(hydra-oidc): update ref fix logout url #5

Closed
mlamalle wants to merge 19 commits from fix-hydra-oidc-logout-url into develop
1 changed files with 4 additions and 4 deletions
Showing only changes of commit c0865d9bf6 - Show all commits

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