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:
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"