mirror of
https://github.com/truenas/charts.git
synced 2026-05-12 03:26:08 +08:00
27 lines
606 B
YAML
27 lines
606 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
|
|
pgData:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Name }}/pgData
|
|
pgBackup:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Name }}/pgBackup
|
|
|
|
immichConfig:
|
|
enableML: false
|
|
enableTypesense: false
|