Files
chart/library/ix-dev/community/paperless-ngx/ci/hostNet-values.yaml

29 lines
657 B
YAML

paperlessNetwork:
webPort: 31000
hostNetwork: true
paperlessConfig:
adminUser: admin
adminPassword: supersecretpassword
adminMail: admin@example.com
paperlessStorage:
data:
type: hostPath
hostPath: /mnt/{{ .Release.Namespace }}/data
media:
type: hostPath
hostPath: /mnt/{{ .Release.Namespace }}/media
consume:
type: hostPath
hostPath: /mnt/{{ .Release.Namespace }}/consume
trash:
type: hostPath
hostPath: /mnt/{{ .Release.Namespace }}/trash
pgData:
type: hostPath
hostPath: /mnt/{{ .Release.Namespace }}/pgData
pgBackup:
type: hostPath
hostPath: /mnt/{{ .Release.Namespace }}/pgBackup