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:
|
||||
- path: /api
|
||||
tls:
|
||||
- secretName: vikunja-tls
|
||||
- secretName: vikunja-extra-tls
|
||||
hosts:
|
||||
- "${vikunja_extra_domain}"
|
||||
configMaps:
|
||||
|
@ -56,7 +56,7 @@ data:
|
|||
motd: "Welcome to ${domain_extra}!"
|
||||
database:
|
||||
type: postgres
|
||||
host: vikunja-postgresql
|
||||
host: vikunja-extra-postgresql
|
||||
password: "${postgresql_password}"
|
||||
# https://vikunja.io/docs/config-options/#log
|
||||
log:
|
||||
|
|
Loading…
Add table
Reference in a new issue