mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 02:12:55 +02:00
Mount library at /usr/src/app/upload for v1.125.7 compatibility
This commit is contained in:
@@ -40,14 +40,14 @@ spec:
|
|||||||
# Valkey (Redis replacement)
|
# Valkey (Redis replacement)
|
||||||
REDIS_HOSTNAME: '{{ printf "%s-valkey" .Release.Name }}'
|
REDIS_HOSTNAME: '{{ printf "%s-valkey" .Release.Name }}'
|
||||||
IMMICH_MACHINE_LEARNING_URL: '{{ printf "http://%s-machine-learning:3003" .Release.Name }}'
|
IMMICH_MACHINE_LEARNING_URL: '{{ printf "http://%s-machine-learning:3003" .Release.Name }}'
|
||||||
IMMICH_MEDIA_LOCATION: /data
|
|
||||||
|
|
||||||
immich:
|
immich:
|
||||||
metrics:
|
metrics:
|
||||||
enabled: false
|
enabled: false
|
||||||
persistence:
|
persistence:
|
||||||
library:
|
library:
|
||||||
existingClaim: immich-claim
|
existingClaim: immich-claim
|
||||||
|
globalMounts:
|
||||||
|
- path: /usr/src/app/upload
|
||||||
|
|
||||||
# Enable Valkey (Redis replacement)
|
# Enable Valkey (Redis replacement)
|
||||||
valkey:
|
valkey:
|
||||||
|
|||||||
Reference in New Issue
Block a user