Update path to transcode dir
This commit is contained in:
@@ -57,7 +57,7 @@ func (e *KubernetesExecutor) createPod() *api.Pod {
|
|||||||
VolumeSource: api.VolumeSource {
|
VolumeSource: api.VolumeSource {
|
||||||
NFS: &api.NFSVolumeSource {
|
NFS: &api.NFSVolumeSource {
|
||||||
Server: "storage.kube.marley.xyz",
|
Server: "storage.kube.marley.xyz",
|
||||||
Path: "/shares/containers/plex/config",
|
Path: "/shares/containers/plex/transcode",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
@@ -75,7 +75,7 @@ func (e *KubernetesExecutor) createPod() *api.Pod {
|
|||||||
},
|
},
|
||||||
api.VolumeMount{
|
api.VolumeMount{
|
||||||
Name: "transcode-dir",
|
Name: "transcode-dir",
|
||||||
MountPath: "/config",
|
MountPath: "/tmp",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
ImagePullPolicy: api.PullAlways,
|
ImagePullPolicy: api.PullAlways,
|
||||||
|
|||||||
Reference in New Issue
Block a user