extra-values.yaml 335 B

123456789101112131415161718
  1. immichStorage:
  2. uploads:
  3. type: pvc
  4. library:
  5. type: pvc
  6. thumbs:
  7. type: pvc
  8. profile:
  9. type: pvc
  10. video:
  11. type: pvc
  12. pgData:
  13. type: pvc
  14. pgBackup:
  15. type: emptyDir
  16. additionalLibraries:
  17. - hostPath: /mnt/{{ .Release.Name }}/additionalLibrary1
  18. - hostPath: /mnt/{{ .Release.Name }}/additionalLibrary2