feat(papermerge): add redis support (#1554)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user