mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 02:12:55 +02:00
Fix duplicate PVC mount - disable data volume, use only library at /usr/src/app/upload
This commit is contained in:
@@ -48,6 +48,8 @@ spec:
|
|||||||
existingClaim: immich-claim
|
existingClaim: immich-claim
|
||||||
globalMounts:
|
globalMounts:
|
||||||
- path: /usr/src/app/upload
|
- path: /usr/src/app/upload
|
||||||
|
data:
|
||||||
|
enabled: false
|
||||||
|
|
||||||
# Enable Valkey (Redis replacement)
|
# Enable Valkey (Redis replacement)
|
||||||
valkey:
|
valkey:
|
||||||
@@ -76,11 +78,6 @@ spec:
|
|||||||
timeoutSeconds: 1
|
timeoutSeconds: 1
|
||||||
periodSeconds: 5
|
periodSeconds: 5
|
||||||
failureThreshold: 1000
|
failureThreshold: 1000
|
||||||
persistence:
|
|
||||||
library:
|
|
||||||
existingClaim: immich-claim
|
|
||||||
globalMounts:
|
|
||||||
- path: /usr/src/app/upload
|
|
||||||
ingress:
|
ingress:
|
||||||
main:
|
main:
|
||||||
enabled: true
|
enabled: true
|
||||||
@@ -119,10 +116,6 @@ spec:
|
|||||||
HF_XET_CACHE: /cache/huggingface-xet
|
HF_XET_CACHE: /cache/huggingface-xet
|
||||||
MPLCONFIGDIR: /cache/matplotlib-config
|
MPLCONFIGDIR: /cache/matplotlib-config
|
||||||
persistence:
|
persistence:
|
||||||
library:
|
|
||||||
existingClaim: immich-claim
|
|
||||||
globalMounts:
|
|
||||||
- path: /usr/src/app/upload
|
|
||||||
cache:
|
cache:
|
||||||
enabled: true
|
enabled: true
|
||||||
size: 10Gi
|
size: 10Gi
|
||||||
|
|||||||
Reference in New Issue
Block a user