paperless db

This commit is contained in:
Philip Haupt
2025-05-19 00:10:16 +02:00
parent 21bbef2a4f
commit bb977d4559
3 changed files with 32 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
apiVersion: v1
data:
postgres-password: RVBIb0Q2MVFyZA==
postgres-password: RTVNbUVJY3VCMw==
kind: Secret
metadata:
labels:
@@ -129,7 +129,7 @@ metadata:
helm.sh/chart: paperless-9.1.3
name: paperless
spec:
replicas: 0
replicas: 1
revisionHistoryLimit: 3
selector:
matchLabels:
@@ -148,6 +148,18 @@ spec:
- env:
- name: COMPOSE_PROJECT_NAME
value: paperless
- name: PAPERLESS_DBHOST
value: paperless-postgresql
- name: PAPERLESS_DBPASS
valueFrom:
secretKeyRef:
key: db-pass
name: pg
- name: PAPERLESS_DBUSER
valueFrom:
secretKeyRef:
key: db-user
name: pg
- name: PAPERLESS_OCR_LANGUAGE
value: deu
- name: PAPERLESS_OCR_LANGUAGES
@@ -223,7 +235,7 @@ metadata:
name: paperless-postgresql
namespace: paperless
spec:
replicas: 0
replicas: 1
selector:
matchLabels:
app.kubernetes.io/component: primary