|
@@ -8,9 +8,6 @@ persistence:
|
|
|
server:
|
|
|
server:
|
|
|
mountPath: /usr/src/app/upload/library
|
|
|
- microservices:
|
|
|
- microservices:
|
|
|
- mountPath: /usr/src/app/upload/library
|
|
|
uploads:
|
|
|
enabled: true
|
|
|
{{- include "ix.v1.common.app.storageOptions" (dict "storage" .Values.immichStorage.uploads) | nindent 4 }}
|
|
@@ -18,9 +15,6 @@ persistence:
|
|
|
server:
|
|
|
server:
|
|
|
mountPath: /usr/src/app/upload/upload
|
|
|
- microservices:
|
|
|
- microservices:
|
|
|
- mountPath: /usr/src/app/upload/upload
|
|
|
thumbs:
|
|
|
enabled: true
|
|
|
{{- include "ix.v1.common.app.storageOptions" (dict "storage" .Values.immichStorage.thumbs) | nindent 4 }}
|
|
@@ -28,9 +22,6 @@ persistence:
|
|
|
server:
|
|
|
server:
|
|
|
mountPath: /usr/src/app/upload/thumbs
|
|
|
- microservices:
|
|
|
- microservices:
|
|
|
- mountPath: /usr/src/app/upload/thumbs
|
|
|
profile:
|
|
|
enabled: true
|
|
|
{{- include "ix.v1.common.app.storageOptions" (dict "storage" .Values.immichStorage.profile) | nindent 4 }}
|
|
@@ -38,9 +29,6 @@ persistence:
|
|
|
server:
|
|
|
server:
|
|
|
mountPath: /usr/src/app/upload/profile
|
|
|
- microservices:
|
|
|
- microservices:
|
|
|
- mountPath: /usr/src/app/upload/profile
|
|
|
video:
|
|
|
enabled: true
|
|
|
{{- include "ix.v1.common.app.storageOptions" (dict "storage" .Values.immichStorage.video) | nindent 4 }}
|
|
@@ -48,9 +36,6 @@ persistence:
|
|
|
server:
|
|
|
server:
|
|
|
mountPath: /usr/src/app/upload/encoded-video
|
|
|
- microservices:
|
|
|
- microservices:
|
|
|
- mountPath: /usr/src/app/upload/encoded-video
|
|
|
{{- range $idx, $storage := .Values.immichStorage.additionalStorages }}
|
|
|
{{ printf "immich-%v:" (int $idx) }}
|
|
|
enabled: true
|
|
@@ -59,18 +44,7 @@ persistence:
|
|
|
server:
|
|
|
server:
|
|
|
mountPath: {{ $storage.mountPath }}
|
|
|
- microservices:
|
|
|
- microservices:
|
|
|
- mountPath: {{ $storage.mountPath }}
|
|
|
{{- end }}
|
|
|
- {{/* Caches */}}
|
|
|
- microcache:
|
|
|
- enabled: true
|
|
|
- type: emptyDir
|
|
|
- targetSelector:
|
|
|
- microservices:
|
|
|
- microservices:
|
|
|
- mountPath: /microcache
|
|
|
{{- if .Values.immichConfig.enableML }}
|
|
|
mlcache:
|
|
|
enabled: true
|