This commit is contained in:
dvirlabs 2025-07-10 09:48:59 +03:00
commit 1db20df444

View File

@ -2,8 +2,7 @@ backend:
image: image:
repository: my-apps/tunedrop-backend repository: my-apps/tunedrop-backend
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: latest tag: master-363337b
ingress: ingress:
enabled: true enabled: true
className: traefik className: traefik
@ -15,11 +14,9 @@ ingress:
paths: paths:
- path: / - path: /
pathType: Prefix pathType: Prefix
env: env:
MUSIC_DIR: /music MUSIC_DIR: /music
NAVIDROME_SCAN_URL: http://navidrome.my-apps.svc.cluster.local:4533/api/rescan NAVIDROME_SCAN_URL: http://navidrome.my-apps.svc.cluster.local:4533/api/rescan
persistence: persistence:
enabled: true enabled: true
mountPath: /music mountPath: /music