apps/do/vikunja-extra/vikunja-values-configmap: correct tls and target database

This commit is contained in:
xeruf 2025-01-14 01:44:28 +01:00
parent 5f66691334
commit 69e1606228

View file

@ -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: