Update path to transcode dir

This commit is contained in:
James Munnelly
2015-09-10 21:40:10 +01:00
parent 9dece22ac0
commit 9fe851a80d
+2 -2
View File
@@ -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,