Automated Manifest Update (#4138)

This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow.

Reviewed-on: #4138
Co-authored-by: gitea-bot <gitea-bot@alexlebens.net>
Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
This commit was merged in pull request #4138.
This commit is contained in:
2026-02-21 00:43:41 +00:00
committed by Alex Lebens
parent ac2a7ecb39
commit f2c6e64a36
18 changed files with 417 additions and 9 deletions

View File

@@ -67,6 +67,9 @@ spec:
- mountPath: /music
name: music
readOnly: true
- mountPath: /music-grabber
name: music-grabber
readOnly: true
- mountPath: /music-single
name: music-single
readOnly: true
@@ -82,6 +85,9 @@ spec:
- name: music
persistentVolumeClaim:
claimName: navidrome-music-nfs-storage
- name: music-grabber
persistentVolumeClaim:
claimName: navidrome-music-grabber-nfs-storage
- name: music-single
persistentVolumeClaim:
claimName: navidrome-music-single-nfs-storage