mirror of
https://ghproxy.com/https://github.com/truecharts/charts.git
synced 2026-07-17 10:50:23 +08:00
feat(papermerge): add redis support (#1554)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user