feat(caddy) #27-SC : update oidc, sql and dispatcher caddy images

Este commit está contenido en:
2025-06-13 13:52:47 +02:00
padre a50f2e50c3
commit bf338d0a32
Se han modificado 3 ficheros con 18 adiciones y 6 borrados

Ver fichero

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