Merge pull request 'fix(php-fpm): set php-fpm81 for hydra-sql and hydra-dispatcher' (#39) from sprint-8 into unstable

Reviewed-on: #39
Reviewed-by: pcaseiro <pcaseiro@cadoles.com>
This commit is contained in:
pcaseiro 2024-04-29 16:08:44 +02:00
commit e1432cb633
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: