Remove sql default config

This commit is contained in:
Valentin Carroy 2024-10-25 14:45:34 +02:00
parent b396755705
commit 577cf4755e
3 changed files with 0 additions and 20 deletions

View File

@ -1,7 +0,0 @@
sql_login:
login_column_name: mail
password_column_name: password
salt_column_name: salt
table_name: user
data_to_fetch:
- mail

View File

@ -27,9 +27,6 @@ configMapGenerator:
- OPCACHE_VALIDATE_TIMESTAMP="0" - OPCACHE_VALIDATE_TIMESTAMP="0"
- OPCACHE_REVALIDATE_FREQ="0" - OPCACHE_REVALIDATE_FREQ="0"
- XDEBUG_MODE=off - XDEBUG_MODE=off
- name: sql-login-config
files:
- ./files/sql_login.yaml
- name: hydra-sql-php-ini - name: hydra-sql-php-ini
files: files:
- ./files/03_base.ini - ./files/03_base.ini

View File

@ -56,9 +56,6 @@ spec:
- name: PHP_FPM_LOG_LEVEL - name: PHP_FPM_LOG_LEVEL
value: warning value: warning
volumeMounts: volumeMounts:
- name: sql-login-config
mountPath: "/app/config/sql_login_configuration/sql_login.yaml"
subPath: "sql_login.yaml"
- name: hydra-sql-php-ini - name: hydra-sql-php-ini
mountPath: /etc/php81/conf.d/03_base.ini mountPath: /etc/php81/conf.d/03_base.ini
subPath: 03_base.ini subPath: 03_base.ini
@ -105,14 +102,7 @@ spec:
ports: ports:
- containerPort: 8080 - containerPort: 8080
name: http name: http
volumeMounts:
- name: sql-login-config
mountPath: "/app/config/sql_login_configuration/sql_login.yaml"
subPath: "sql_login.yaml"
volumes: volumes:
- name: sql-login-config
configMap:
name: sql-login-config
- name: hydra-sql-php-ini - name: hydra-sql-php-ini
configMap: configMap:
name: hydra-sql-php-ini name: hydra-sql-php-ini