try again

This commit is contained in:
Micke Nordin 2025-01-24 17:51:34 +01:00
parent fc0a70edf7
commit 1ed7aec45f
2 changed files with 3 additions and 1 deletions

View file

@ -29,7 +29,7 @@ data:
'config_is_read_only' => false,
'csrf.disabled' => true,
'datadirectory' => '/var/www/html/data',
'dbhost' => getenv('MYSQL_HOST'),
'dbhost' => getenv('MYSQL_HOST_PORT'),
'dbname' => getenv('MYSQL_DATABASE'),
'dbpassword' => getenv('MYSQL_PASSWORD'),
'dbport' => getenv('MYSQL_PORT'),

View file

@ -69,6 +69,8 @@ spec:
value: "nextcloud_customer"
- name: MYSQL_HOST
value: "proxysqlcluster.proxysql"
- name: MYSQL_HOST_PORT
value: "proxysqlcluster.proxysql:6033"
- name: MYSQL_PASSWORD
valueFrom:
secretKeyRef: