fix paperless redis

This commit is contained in:
Philip Haupt
2025-05-18 01:52:27 +02:00
parent 19cb97c823
commit f4a719fe04
2 changed files with 10 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
apiVersion: v1
data:
postgres-password: czZWTUNxUGREdQ==
postgres-password: UGdtMXJPUzc0Uw==
kind: Secret
metadata:
labels:
@@ -153,7 +153,10 @@ spec:
- name: PAPERLESS_PORT
value: "8000"
- name: PAPERLESS_REDIS
value: redis://redis-master.redis.svc.cluster.local:6379/0
valueFrom:
secretKeyRef:
key: redis-url
name: redis
- name: PAPERLESS_TIME_ZONE
value: Europe/Berlin
- name: PAPERLESS_URL