Files
chart/library/ix-dev/community/immich/ci/extra-values.yaml
Stavros Kois 2f64695618 NAS-122858 / 23.10 / Add support for additional library mounts in immich (#1339)
* Add support for additional library mounts in immich

* Update library/ix-dev/community/immich/questions.yaml

* bump
2023-07-10 15:31:31 +03:00

26 lines
691 B
YAML

immichStorage:
uploads:
type: hostPath
hostPath: /mnt/{{ .Release.Name }}/uploads
library:
type: hostPath
hostPath: /mnt/{{ .Release.Name }}/library
thumbs:
type: hostPath
hostPath: /mnt/{{ .Release.Name }}/thumbs
profile:
type: hostPath
hostPath: /mnt/{{ .Release.Name }}/profile
video:
type: hostPath
hostPath: /mnt/{{ .Release.Name }}/video
additionalLibraries:
- hostPath: /mnt/{{ .Release.Name }}/additionalLibrary1
- hostPath: /mnt/{{ .Release.Name }}/additionalLibrary2
pgData:
type: hostPath
hostPath: /mnt/{{ .Release.Name }}/pgData
pgBackup:
type: hostPath
hostPath: /mnt/{{ .Release.Name }}/pgBackup