update hydra-dispatcher probes and image ref
This commit is contained in:
parent
87bbdcdd55
commit
c0865d9bf6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue