feat(papermerge): add redis support (#1554)

This commit is contained in:
Stavros Kois
2021-12-18 03:03:52 +02:00
committed by GitHub
parent 6a90675c5a
commit 7aa0141f0a
2 changed files with 16 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: papermerge
version: 0.0.3
version: 0.0.4
appVersion: "2.0.1"
description: Papermerge is an open source document management system (DMS) primarily designed for archiving and retrieving your digital documents.
type: application
@@ -16,7 +16,10 @@ dependencies:
- name: common
repository: https://truecharts.org
version: 8.9.21
# condition:
- condition: redis.enabled
name: redis
repository: https://truecharts.org
version: 1.0.36
maintainers:
- email: info@truecharts.org
name: TrueCharts

View File

@@ -14,6 +14,12 @@ podSecurityContext:
env:
PUID: 568
envValueFrom:
REDIS_URL:
secretKeyRef:
name: rediscreds
key: url
service:
main:
ports:
@@ -27,3 +33,8 @@ persistence:
mountPath: "/config"
varrun:
enabled: true
redis:
enabled: true
existingSecret: "rediscreds"
redisUsername: papermerge