123456789101112131415161718192021 |
- 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
|