Skip to content

Commit 28f014b

Browse files
committed
fix persistent data
1 parent bbc221e commit 28f014b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

apps/default/music-assistant/release.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,14 @@ spec:
5757
- "ma.pub.${CLUSTER_DOMAIN}"
5858

5959
persistence:
60-
config:
60+
data:
6161
enabled: true
62+
mountPath: /downloads
6263
type: custom
6364
volumeSpec:
6465
nfs:
6566
server: "${NFS_SERVER}"
66-
path: "${NFS_KUBERNETES}/jellyfin/config"
67+
path: "${NFS_KUBERNETES}/music-manager/data"
6768
music:
6869
enabled: true
6970
mountPath: /music

0 commit comments

Comments
 (0)