Fix db conn
This commit is contained in:
parent
3fd1e243d1
commit
30d13d31b2
@ -25,7 +25,6 @@ vikunja:
|
|||||||
accessMode: ReadWriteOnce
|
accessMode: ReadWriteOnce
|
||||||
mountPath: /app/vikunja/files
|
mountPath: /app/vikunja/files
|
||||||
|
|
||||||
# Explicit config.yml for Postgres
|
|
||||||
configMaps:
|
configMaps:
|
||||||
api-config:
|
api-config:
|
||||||
enabled: true
|
enabled: true
|
||||||
@ -35,10 +34,10 @@ vikunja:
|
|||||||
interface: "0.0.0.0"
|
interface: "0.0.0.0"
|
||||||
database:
|
database:
|
||||||
type: "postgres"
|
type: "postgres"
|
||||||
host: "postgres.my-apps.svc.cluster.local"
|
host: "vikunja-postgresql.my-apps.svc.cluster.local"
|
||||||
port: 5432
|
port: 5432
|
||||||
user: "vikunja"
|
user: "vikunja"
|
||||||
password: "Aa123456" # ⚠️ replace with Secret later
|
password: "Aa123456"
|
||||||
database: "vikunja"
|
database: "vikunja"
|
||||||
log:
|
log:
|
||||||
level: "info"
|
level: "info"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user