no-ml-values.yaml 581 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. pgData:
  18. type: hostPath
  19. hostPath: /mnt/{{ .Release.Name }}/pgData
  20. pgBackup:
  21. type: hostPath
  22. hostPath: /mnt/{{ .Release.Name }}/pgBackup
  23. immichConfig:
  24. enableML: false