mirror of
https://github.com/truenas/charts.git
synced 2026-04-10 22:28:53 +08:00
22 lines
387 B
YAML
22 lines
387 B
YAML
immichStorage:
|
|
uploads:
|
|
type: pvc
|
|
library:
|
|
type: pvc
|
|
thumbs:
|
|
type: pvc
|
|
profile:
|
|
type: pvc
|
|
video:
|
|
type: pvc
|
|
pgData:
|
|
type: pvc
|
|
pgBackup:
|
|
type: emptyDir
|
|
emptyDirConfig:
|
|
medium: ""
|
|
size: ""
|
|
additionalLibraries:
|
|
- hostPath: /mnt/{{ .Release.Name }}/additionalLibrary1
|
|
- hostPath: /mnt/{{ .Release.Name }}/additionalLibrary2
|