paperless db
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user