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
|
hostPath: /mnt/storage/Storage/k8s/paperless/consume
|
||||||
globalMounts:
|
globalMounts:
|
||||||
- path: /usr/src/paperless/consume
|
- path: /usr/src/paperless/consume
|
||||||
|
redis:
|
||||||
|
enabled: true
|
||||||
|
master:
|
||||||
|
nodeSelector:
|
||||||
|
kubernetes.io/hostname: nas.homenet
|
||||||
|
replica:
|
||||||
|
nodeSelector:
|
||||||
|
kubernetes.io/hostname: nas.homenet
|
||||||
postgresql:
|
postgresql:
|
||||||
enabled: false
|
enabled: false
|
||||||
mariadb:
|
mariadb:
|
||||||
|
Reference in New Issue
Block a user