extra-values.yaml 691 B

12345678910111213141516171819202122232425
  1. immichStorage:
  2. uploads:
  3. type: hostPath
  4. hostPath: /mnt/{{ .Release.Name }}/uploads
  5. library:
  6. type: hostPath
  7. hostPath: /mnt/{{ .Release.Name }}/library
  8. thumbs:
  9. type: hostPath
  10. hostPath: /mnt/{{ .Release.Name }}/thumbs
  11. profile:
  12. type: hostPath
  13. hostPath: /mnt/{{ .Release.Name }}/profile
  14. video:
  15. type: hostPath
  16. hostPath: /mnt/{{ .Release.Name }}/video
  17. additionalLibraries:
  18. - hostPath: /mnt/{{ .Release.Name }}/additionalLibrary1
  19. - hostPath: /mnt/{{ .Release.Name }}/additionalLibrary2
  20. pgData:
  21. type: hostPath
  22. hostPath: /mnt/{{ .Release.Name }}/pgData
  23. pgBackup:
  24. type: hostPath
  25. hostPath: /mnt/{{ .Release.Name }}/pgBackup