update jellyfin volumes
This commit is contained in:
@@ -56,7 +56,9 @@ spec:
|
|||||||
kind: PersistentVolumeClaim
|
kind: PersistentVolumeClaim
|
||||||
name: jellyfin-movies-pvc
|
name: jellyfin-movies-pvc
|
||||||
namespace: jellyfin
|
namespace: jellyfin
|
||||||
hostPath: "/mnt/nfs/AppData/jellyfin/media/movies"
|
hostPath:
|
||||||
|
path: "/mnt/nfs/AppData/jellyfin/media/movies"
|
||||||
|
type: "Directory"
|
||||||
- name: series
|
- name: series
|
||||||
readOnly: false
|
readOnly: false
|
||||||
volumeSpec:
|
volumeSpec:
|
||||||
@@ -80,7 +82,9 @@ spec:
|
|||||||
kind: PersistentVolumeClaim
|
kind: PersistentVolumeClaim
|
||||||
name: jellyfin-series-pvc
|
name: jellyfin-series-pvc
|
||||||
namespace: jellyfin
|
namespace: jellyfin
|
||||||
hostPath: "/mnt/nfs/AppData/jellyfin/media/series"
|
hostPath:
|
||||||
|
path: "/mnt/nfs/AppData/jellyfin/media/series"
|
||||||
|
type: "Directory"
|
||||||
- name: music
|
- name: music
|
||||||
readOnly: false
|
readOnly: false
|
||||||
volumeSpec:
|
volumeSpec:
|
||||||
@@ -104,7 +108,9 @@ spec:
|
|||||||
kind: PersistentVolumeClaim
|
kind: PersistentVolumeClaim
|
||||||
name: jellyfin-music-pvc
|
name: jellyfin-music-pvc
|
||||||
namespace: jellyfin
|
namespace: jellyfin
|
||||||
hostPath: "/mnt/nfs/AppData/jellyfin/media/music"
|
hostPath:
|
||||||
|
path: "/mnt/nfs/AppData/jellyfin/media/music"
|
||||||
|
type: "Directory"
|
||||||
- name: gv
|
- name: gv
|
||||||
readOnly: false
|
readOnly: false
|
||||||
volumeSpec:
|
volumeSpec:
|
||||||
@@ -128,6 +134,8 @@ spec:
|
|||||||
kind: PersistentVolumeClaim
|
kind: PersistentVolumeClaim
|
||||||
name: jellyfin-gv-pvc
|
name: jellyfin-gv-pvc
|
||||||
namespace: jellyfin
|
namespace: jellyfin
|
||||||
hostPath: "/mnt/nfs/AppData/jellyfin/media/gv"
|
hostPath:
|
||||||
|
path: "/mnt/nfs/AppData/jellyfin/media/gv"
|
||||||
|
type: "Directory"
|
||||||
persistentTranscodes: true
|
persistentTranscodes: true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user