extra-values.yaml 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. paperlessNetwork:
  2. webPort: 31000
  3. paperlessConfig:
  4. adminUser: admin
  5. adminPassword: supersecretpassword
  6. adminMail: admin@example.com
  7. enableTrash: false
  8. additionalEnvs:
  9. - name: PAPERLESS_OCR_LANGUAGES
  10. value: deu+eng
  11. - name: PAPERLESS_OCR_MODE
  12. value: redo
  13. paperlessID:
  14. user: 1001
  15. group: 1001
  16. paperlessStorage:
  17. data:
  18. type: hostPath
  19. hostPath: /mnt/{{ .Release.Namespace }}/data
  20. media:
  21. type: hostPath
  22. hostPath: /mnt/{{ .Release.Namespace }}/media
  23. consume:
  24. type: hostPath
  25. hostPath: /mnt/{{ .Release.Namespace }}/consume
  26. trash:
  27. type: hostPath
  28. hostPath: /mnt/{{ .Release.Namespace }}/trash
  29. pgData:
  30. type: hostPath
  31. hostPath: /mnt/{{ .Release.Namespace }}/pgData
  32. pgBackup:
  33. type: hostPath
  34. hostPath: /mnt/{{ .Release.Namespace }}/pgBackup
  35. additionalStorages:
  36. - type: hostPath
  37. hostPath: /mnt/{{ .Release.Namespace }}/data1
  38. mountPath: /data1
  39. - type: hostPath
  40. hostPath: /mnt/{{ .Release.Namespace }}/data2
  41. mountPath: /data2