Files
chart/community/immich/1.0.21/ci/extra-values.yaml
2023-09-15 11:49:35 +00: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