Merge pull request #749 from 3dwardch3ng/app/jellyfin
update media paths for jellyfin and plex
This commit is contained in:
@@ -46,7 +46,7 @@ jellyfin:
|
|||||||
name: jellyfin-mediavol-movies
|
name: jellyfin-mediavol-movies
|
||||||
namespace: jellyfin
|
namespace: jellyfin
|
||||||
hostPath:
|
hostPath:
|
||||||
path: "/mnt/nfs/AppData/jellyfin/media/movies"
|
path: "/mnt/nfs/media/movie"
|
||||||
type: "Directory"
|
type: "Directory"
|
||||||
- name: series
|
- name: series
|
||||||
readOnly: false
|
readOnly: false
|
||||||
@@ -72,7 +72,7 @@ jellyfin:
|
|||||||
name: jellyfin-mediavol-series
|
name: jellyfin-mediavol-series
|
||||||
namespace: jellyfin
|
namespace: jellyfin
|
||||||
hostPath:
|
hostPath:
|
||||||
path: "/mnt/nfs/AppData/jellyfin/media/series"
|
path: "/mnt/nfs/media/tv"
|
||||||
type: "Directory"
|
type: "Directory"
|
||||||
- name: music-videos
|
- name: music-videos
|
||||||
readOnly: false
|
readOnly: false
|
||||||
@@ -98,7 +98,7 @@ jellyfin:
|
|||||||
name: jellyfin-mediavol-music-videos
|
name: jellyfin-mediavol-music-videos
|
||||||
namespace: jellyfin
|
namespace: jellyfin
|
||||||
hostPath:
|
hostPath:
|
||||||
path: "/mnt/nfs/AppData/jellyfin/media/music-videos"
|
path: "/mnt/nfs/media/music-video"
|
||||||
type: "Directory"
|
type: "Directory"
|
||||||
- name: short-videos
|
- name: short-videos
|
||||||
readOnly: false
|
readOnly: false
|
||||||
@@ -124,7 +124,7 @@ jellyfin:
|
|||||||
name: jellyfin-mediavol-short-videos
|
name: jellyfin-mediavol-short-videos
|
||||||
namespace: jellyfin
|
namespace: jellyfin
|
||||||
hostPath:
|
hostPath:
|
||||||
path: "/mnt/nfs/AppData/jellyfin/media/short-videos"
|
path: "/mnt/nfs/media/short-video"
|
||||||
type: "Directory"
|
type: "Directory"
|
||||||
- name: gv
|
- name: gv
|
||||||
readOnly: false
|
readOnly: false
|
||||||
@@ -150,6 +150,6 @@ jellyfin:
|
|||||||
name: jellyfin-mediavol-gv
|
name: jellyfin-mediavol-gv
|
||||||
namespace: jellyfin
|
namespace: jellyfin
|
||||||
hostPath:
|
hostPath:
|
||||||
path: "/mnt/nfs/AppData/jellyfin/media/gv"
|
path: "/mnt/nfs/media/gv"
|
||||||
type: "Directory"
|
type: "Directory"
|
||||||
persistentTranscodes: true
|
persistentTranscodes: true
|
||||||
@@ -13,24 +13,36 @@ extraVolumeMounts:
|
|||||||
mountPath: /tv
|
mountPath: /tv
|
||||||
- name: plex-movie
|
- name: plex-movie
|
||||||
mountPath: /movie
|
mountPath: /movie
|
||||||
|
- name: plex-short-video
|
||||||
|
mountPath: /short-video
|
||||||
- name: plex-music
|
- name: plex-music
|
||||||
mountPath: /music
|
mountPath: /music
|
||||||
|
- name: plex-music-video
|
||||||
|
mountPath: /music-video
|
||||||
- name: plex-gv
|
- name: plex-gv
|
||||||
mountPath: /gv
|
mountPath: /gv
|
||||||
extraVolumes:
|
extraVolumes:
|
||||||
- name: plex-tv
|
- name: plex-tv
|
||||||
hostPath:
|
hostPath:
|
||||||
path: /mnt/nfs/AppData/plex/tv
|
path: /mnt/nfs/media/tv
|
||||||
type: Directory
|
type: Directory
|
||||||
- name: plex-movie
|
- name: plex-movie
|
||||||
hostPath:
|
hostPath:
|
||||||
path: /mnt/nfs/AppData/plex/movie
|
path: /mnt/nfs/media/movie
|
||||||
|
type: Directory
|
||||||
|
- name: plex-short-video
|
||||||
|
hostPath:
|
||||||
|
path: /mnt/nfs/media/short-video
|
||||||
type: Directory
|
type: Directory
|
||||||
- name: plex-music
|
- name: plex-music
|
||||||
hostPath:
|
hostPath:
|
||||||
path: /mnt/nfs/AppData/plex/music
|
path: /mnt/nfs/media/music
|
||||||
|
type: Directory
|
||||||
|
- name: plex-music-video
|
||||||
|
hostPath:
|
||||||
|
path: /mnt/nfs/media/music-video
|
||||||
type: Directory
|
type: Directory
|
||||||
- name: plex-gv
|
- name: plex-gv
|
||||||
hostPath:
|
hostPath:
|
||||||
path: /mnt/nfs/AppData/plex/gv
|
path: /mnt/nfs/media/gv
|
||||||
type: Directory
|
type: Directory
|
||||||
Reference in New Issue
Block a user