chore: Update manifests after change

This commit is contained in:
2026-01-21 21:15:35 +00:00
parent 1431c4ea75
commit 79160c3125
4 changed files with 47 additions and 1 deletions

View File

@@ -65,6 +65,9 @@ spec:
- mountPath: /music
name: music
readOnly: true
- mountPath: /music-beet
name: music-beet
readOnly: true
- mountPath: /music-youtube
name: music-youtube
readOnly: true
@@ -77,6 +80,9 @@ spec:
- name: music
persistentVolumeClaim:
claimName: navidrome-music-nfs-storage
- name: music-beet
persistentVolumeClaim:
claimName: navidrome-music-beet-nfs-storage
- name: music-youtube
persistentVolumeClaim:
claimName: navidrome-music-youtube-nfs-storage