Merge pull request #305 from 3dwardch3ng/app/jellyfin

add short-videos volume for jellyfin
This commit is contained in:
2024-06-25 13:53:54 +10:00
committed by GitHub

View File

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