link redis

This commit is contained in:
Steffen Illium 2024-05-22 22:36:56 +02:00
parent e9c1566533
commit a9e2eb8310
2 changed files with 3 additions and 1 deletions

View File

@ -60,7 +60,7 @@ spec:
- name: PAPERLESS_DBHOST
value: database
- name: PAPERLESS_REDIS
value: redis://redis.paperless.svc.cluster.local:6379
value: redis://redis:6379
- name: PAPERLESS_TIME_ZONE
value: Europe/Berlin
- name: PAPERLESS_URL

View File

@ -10,6 +10,8 @@ resources:
- base/app-service.yaml
- base/database-service.yaml
- base/app.yaml
- base/redis.yaml
- base/redis-service.yaml
- base/database.yaml
- base/namespace.yaml