Update k8s/apps/paperless/values.yaml
All checks were successful
Check with kubeconform / lint (push) Successful in 8s
All checks were successful
Check with kubeconform / lint (push) Successful in 8s
This commit is contained in:
@ -87,6 +87,14 @@ persistence:
|
||||
hostPath: /mnt/storage/Storage/k8s/paperless/consume
|
||||
globalMounts:
|
||||
- path: /usr/src/paperless/consume
|
||||
redis:
|
||||
enabled: true
|
||||
master:
|
||||
nodeSelector:
|
||||
kubernetes.io/hostname: nas.homenet
|
||||
replica:
|
||||
nodeSelector:
|
||||
kubernetes.io/hostname: nas.homenet
|
||||
postgresql:
|
||||
enabled: false
|
||||
mariadb:
|
||||
|
Reference in New Issue
Block a user