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)
|
||||
REDIS_HOSTNAME: '{{ printf "%s-valkey" .Release.Name }}'
|
||||
IMMICH_MACHINE_LEARNING_URL: '{{ printf "http://%s-machine-learning:3003" .Release.Name }}'
|
||||
IMMICH_MEDIA_LOCATION: /data
|
||||
|
||||
immich:
|
||||
metrics:
|
||||
enabled: false
|
||||
persistence:
|
||||
library:
|
||||
existingClaim: immich-claim
|
||||
globalMounts:
|
||||
- path: /usr/src/app/upload
|
||||
|
||||
# Enable Valkey (Redis replacement)
|
||||
valkey:
|
||||
|
||||
Reference in New Issue
Block a user