moved metadata to specific pv

This commit is contained in:
Márcio Fernandes
2026-07-13 10:27:45 +00:00
parent 4e03318d71
commit 273a903bc1
2 changed files with 43 additions and 0 deletions
+5
View File
@@ -25,6 +25,8 @@ spec:
mountPath: /cache
- name: config
mountPath: /config
- name: metadata
mountPath: /config/metadata
- name: music
mountPath: /music
- name: tv-shows
@@ -47,3 +49,6 @@ spec:
- name: movies
persistentVolumeClaim:
claimName: jellyfin-movies
- name: metadata
persistentVolumeClaim:
claimName: jellyfin-metadata