try again
This commit is contained in:
parent
fc0a70edf7
commit
1ed7aec45f
2 changed files with 3 additions and 1 deletions
|
@ -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'),
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue