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

This commit is contained in:
Stavros Kois
2021-12-18 02:03:52 +01:00
committed by GitHub
parent 6a90675c5a
commit 7aa0141f0a
2 changed files with 16 additions and 2 deletions
+5 -2
View File
@@ -1,7 +1,7 @@
apiVersion: v2 apiVersion: v2
kubeVersion: ">=1.16.0-0" kubeVersion: ">=1.16.0-0"
name: papermerge name: papermerge
version: 0.0.3 version: 0.0.4
appVersion: "2.0.1" appVersion: "2.0.1"
description: Papermerge is an open source document management system (DMS) primarily designed for archiving and retrieving your digital documents. description: Papermerge is an open source document management system (DMS) primarily designed for archiving and retrieving your digital documents.
type: application type: application
@@ -16,7 +16,10 @@ dependencies:
- name: common - name: common
repository: https://truecharts.org repository: https://truecharts.org
version: 8.9.21 version: 8.9.21
# condition: - condition: redis.enabled
name: redis
repository: https://truecharts.org
version: 1.0.36
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
+11
View File
@@ -14,6 +14,12 @@ podSecurityContext:
env: env:
PUID: 568 PUID: 568
envValueFrom:
REDIS_URL:
secretKeyRef:
name: rediscreds
key: url
service: service:
main: main:
ports: ports:
@@ -27,3 +33,8 @@ persistence:
mountPath: "/config" mountPath: "/config"
varrun: varrun:
enabled: true enabled: true
redis:
enabled: true
existingSecret: "rediscreds"
redisUsername: papermerge