feat: add xdebug to dispatcher and sql
This commit is contained in:
@ -55,10 +55,6 @@ spec:
|
||||
value: 128m
|
||||
- name: PHP_FPM_LOG_LEVEL
|
||||
value: warning
|
||||
- name: OPCACHE_VALIDATE_TIMESTAMP
|
||||
value: "0"
|
||||
- name: OPCACHE_REVALIDATE_FREQ
|
||||
value: "0"
|
||||
volumeMounts:
|
||||
- name: sql-login-config
|
||||
mountPath: "/app/config/sql_login_configuration/sql_login.yaml"
|
||||
@ -66,7 +62,9 @@ spec:
|
||||
- name: hydra-sql-php-ini
|
||||
mountPath: /etc/php81/conf.d/03_base.ini
|
||||
subPath: 03_base.ini
|
||||
|
||||
- name: xdebug-sql-config
|
||||
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.10.10-develop.1026.8e56433
|
||||
imagePullPolicy: Always
|
||||
@ -118,5 +116,7 @@ spec:
|
||||
- name: hydra-sql-php-ini
|
||||
configMap:
|
||||
name: hydra-sql-php-ini
|
||||
|
||||
- name: xdebug-sql-config
|
||||
configMap:
|
||||
name: xdebug-sql-config
|
||||
restartPolicy: Always
|
||||
|
Reference in New Issue
Block a user