feat(caddy) #27-SC : update oidc, sql and dispatcher caddy images
This commit is contained in:
@ -21,7 +21,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: hydra-sql-fpm
|
||||
image: reg.cadoles.com/cadoles/hydra-sql-base:2025.5.12-develop.1303.64d1c1c
|
||||
image: reg.cadoles.com/cadoles/hydra-sql-base:2025.6.13-develop.1332.646c346
|
||||
imagePullPolicy: IfNotPresent
|
||||
args: ["/usr/sbin/php-fpm81", "-F", "-e"]
|
||||
readinessProbe:
|
||||
@ -67,7 +67,7 @@ spec:
|
||||
mountPath: /tmp
|
||||
|
||||
- name: hydra-sql-caddy
|
||||
image: reg.cadoles.com/cadoles/hydra-sql-base:2025.5.12-develop.1303.64d1c1c
|
||||
image: reg.cadoles.com/cadoles/hydra-sql-base:2025.6.13-develop.1332.646c346
|
||||
imagePullPolicy: IfNotPresent
|
||||
args: ["/usr/sbin/caddy", "run", "--adapter", "caddyfile", "--config", "/etc/caddy/Caddyfile"]
|
||||
readinessProbe:
|
||||
@ -98,6 +98,10 @@ spec:
|
||||
value: "/tmp/caddy"
|
||||
- name: CADDY_APP_ROOT_PUBLIC
|
||||
value: "/app/public/"
|
||||
- name: CADDY_LOG_FILTER
|
||||
value: health|metrics
|
||||
- name: CADDY_LOG_SKIP
|
||||
value: "true"
|
||||
resources: {}
|
||||
securityContext:
|
||||
runAsNonRoot: true
|
||||
|
Reference in New Issue
Block a user