Merge pull request #305 from 3dwardch3ng/app/jellyfin
add short-videos volume for jellyfin
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user