Skip to content

Commit

Permalink
fix persistent data
Browse files Browse the repository at this point in the history
  • Loading branch information
angelnu committed May 10, 2024
1 parent bbc221e commit 5d59473
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions apps/default/music-assistant/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,14 @@ spec:
- "ma.pub.${CLUSTER_DOMAIN}"

persistence:
config:
data:
enabled: true
mountPath: /data
type: custom
volumeSpec:
nfs:
server: "${NFS_SERVER}"
path: "${NFS_KUBERNETES}/jellyfin/config"
path: "${NFS_KUBERNETES}/music-manager/data"
music:
enabled: true
mountPath: /music
Expand Down

0 comments on commit 5d59473

Please sign in to comment.