fix(php-fpm): set php-fpm81 for hydra-sql and hydra-dispatcher

This commit is contained in:
Matthieu Lamalle 2024-04-29 14:57:52 +02:00 committed by pcaseiro
parent f38ba80de6
commit 513797be35
2 changed files with 5 additions and 5 deletions

View File

@ -18,9 +18,9 @@ spec:
spec:
containers:
- name: hydra-sql-fpm
image: reg.cadoles.com/cadoles/hydra-sql-base:2024.4.29-develop.1147.e03312b
image: reg.cadoles.com/cadoles/hydra-sql-base:2024.4.29-develop.1416.f9d7e94
imagePullPolicy: Always
args: ["/usr/sbin/php-fpm82", "-F", "-e"]
args: ["/usr/sbin/php-fpm81", "-F", "-e"]
readinessProbe:
exec:
command:
@ -58,7 +58,7 @@ spec:
subPath: "sql_login.yaml"
- name: hydra-sql-caddy
image: reg.cadoles.com/cadoles/hydra-sql-base:2024.4.29-develop.1147.e03312b
image: reg.cadoles.com/cadoles/hydra-sql-base:2024.4.29-develop.1416.f9d7e94
imagePullPolicy: Always
args: ["/usr/sbin/caddy", "run", "--adapter", "caddyfile", "--config", "/etc/caddy/Caddyfile"]
readinessProbe:

View File

@ -18,8 +18,8 @@ spec:
spec:
containers:
- name: hydra-dispatcher-php-fpm
image: reg.cadoles.com/cadoles/hydra-dispatcher-base:2024.4.29-develop.1139.0f72845
args: ["/usr/sbin/php-fpm82", "-F", "-e"]
image: reg.cadoles.com/cadoles/hydra-dispatcher-base:2024.4.29-develop.1417.7f64598
args: ["/usr/sbin/php-fpm81", "-F", "-e"]
readinessProbe:
exec:
command: