add short-videos volume for jellyfin

This commit is contained in:
2024-06-25 13:53:34 +10:00
parent abc995cae1
commit b86d63541a

View File

@@ -111,7 +111,7 @@ spec:
hostPath:
path: "/mnt/nfs/AppData/jellyfin/media/music-videos"
type: "Directory"
- name: short-video
- name: short-videos
readOnly: false
volumeSpec:
storageClassName: local-path
@@ -132,7 +132,7 @@ spec:
claimRef:
apiVersion: v1
kind: PersistentVolumeClaim
name: jellyfin-mediavol-short-video
name: jellyfin-mediavol-short-videos
namespace: jellyfin
hostPath:
path: "/mnt/nfs/AppData/jellyfin/media/short-videos"