mirror of
https://github.com/truenas/charts.git
synced 2026-02-11 22:36:39 +08:00
* initial commit * add some todo * extend config * remove typesense url * add microservices * add proxy and typesense * ML * fix configmap * fixup config * change range * one more * add some inits * ts dont need to wait for server * wait web * add redis * fix redis * wrong space * type * add redis service * conditional services * fix redis... * add caps * fix capabilities * fix service * add tests * fix conditional pods * fix upgrade_strategy * fix config * lint * whops * update strategy * make robust * cleaner * fix regex * Take a copy of the resources before we start doing modifications * regen commontgz * bump versions * add pullPolicy * regen common * bump version * bump * bump helm * regen common * Update library/ix-dev/community/immich/values.yaml * bump * update resources validation
23 lines
548 B
YAML
23 lines
548 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
|