Fix db conn

This commit is contained in:
dvirlabs 2025-08-24 05:38:49 +03:00
parent 3fd1e243d1
commit 30d13d31b2

View File

@ -25,7 +25,6 @@ vikunja:
accessMode: ReadWriteOnce
mountPath: /app/vikunja/files
# Explicit config.yml for Postgres
configMaps:
api-config:
enabled: true
@ -35,10 +34,10 @@ vikunja:
interface: "0.0.0.0"
database:
type: "postgres"
host: "postgres.my-apps.svc.cluster.local"
host: "vikunja-postgresql.my-apps.svc.cluster.local"
port: 5432
user: "vikunja"
password: "Aa123456" # ⚠️ replace with Secret later
password: "Aa123456"
database: "vikunja"
log:
level: "info"