paperless db switch

This commit is contained in:
Philip Haupt
2025-10-12 17:45:53 +02:00
parent 7c76bb2606
commit 747f7d1a8a
2 changed files with 18 additions and 202 deletions

View File

@@ -34,17 +34,21 @@ env:
USERMAP_GID: 1000
PAPERLESS_TIME_ZONE: Europe/Berlin
# -- Database host to use
PAPERLESS_DBHOST: paperless-postgresql
PAPERLESS_DBHOST:
valueFrom:
secretKeyRef:
name: cnpg-paperless-cluster-app
key: host
PAPERLESS_DBUSER:
valueFrom:
secretKeyRef:
name: paperless
key: db-user
name: cnpg-paperless-cluster-app
key: user
PAPERLESS_DBPASS:
valueFrom:
secretKeyRef:
name: paperless
key: db-pass
name: cnpg-paperless-cluster-app
key: password
# -- Port to use
PAPERLESS_PORT: 8000
# -- Username for the root user
@@ -118,7 +122,7 @@ persistence:
# For more options see [postgresql chart documentation](https://github.com/bitnami/charts/tree/master/bitnami/postgresql)
# @default -- See values.yaml
postgresql:
enabled: true
enabled: false
global:
storageClass: openebs-3-replicas
image: