Compare commits

..

1 Commits

Author SHA1 Message Date
a62394970b feat: add xdebug to dispatcher and sql 2024-10-07 13:29:29 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ spec:
mountPath: /etc/php81/conf.d/03_base.ini
subPath: 03_base.ini
- name: xdebug-sql-config
mountPath: /etc/php7/conf.d/50_xdebug.ini
mountPath: /etc/php81/conf.d/50_xdebug.ini
subPath: 50_xdebug.ini
- name: hydra-sql-caddy
image: reg.cadoles.com/cadoles/hydra-sql-base:2024.9.24-develop.1300.fe4d683

View File

@ -51,7 +51,7 @@ spec:
mountPath: /etc/php81/conf.d/03_base.ini
subPath: 03_base.ini
- name: xdebug-dispatcher-config
mountPath: /etc/php7/conf.d/50_xdebug.ini
mountPath: /etc/php81/conf.d/50_xdebug.ini
subPath: 50_xdebug.ini
resources: {}
securityContext: