apps/do/vikunja-extra/vikunja-values-configmap: correct tls and target database
This commit is contained in:
parent
5f66691334
commit
69e1606228
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ data:
|
||||||
paths:
|
paths:
|
||||||
- path: /api
|
- path: /api
|
||||||
tls:
|
tls:
|
||||||
- secretName: vikunja-tls
|
- secretName: vikunja-extra-tls
|
||||||
hosts:
|
hosts:
|
||||||
- "${vikunja_extra_domain}"
|
- "${vikunja_extra_domain}"
|
||||||
configMaps:
|
configMaps:
|
||||||
|
@ -56,7 +56,7 @@ data:
|
||||||
motd: "Welcome to ${domain_extra}!"
|
motd: "Welcome to ${domain_extra}!"
|
||||||
database:
|
database:
|
||||||
type: postgres
|
type: postgres
|
||||||
host: vikunja-postgresql
|
host: vikunja-extra-postgresql
|
||||||
password: "${postgresql_password}"
|
password: "${postgresql_password}"
|
||||||
# https://vikunja.io/docs/config-options/#log
|
# https://vikunja.io/docs/config-options/#log
|
||||||
log:
|
log:
|
||||||
|
|
Loading…
Add table
Reference in a new issue