mirror of
https://github.com/rtomik/helm-charts.git
synced 2026-04-05 09:40:38 +00:00
edited example
This commit is contained in:
@ -166,9 +166,15 @@ config:
|
|||||||
existingSecret: "paperless-admin-secrets"
|
existingSecret: "paperless-admin-secrets"
|
||||||
|
|
||||||
postgresql:
|
postgresql:
|
||||||
|
# External PostgreSQL connection details
|
||||||
external:
|
external:
|
||||||
host: "postgresql.database.svc.cluster.local"
|
enabled: true
|
||||||
existingSecret: "paperless-db-secrets"
|
host: "postgres-cluster-pooler.dbs.svc.cluster.local"
|
||||||
|
port: 5432
|
||||||
|
database: "paperless"
|
||||||
|
username: "paperless"
|
||||||
|
# Use existingSecret for credentials
|
||||||
|
existingSecret: "paperless-db-credentials"
|
||||||
passwordKey: "password"
|
passwordKey: "password"
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
|
|||||||
Reference in New Issue
Block a user