ressu / kube-plex

Scalable Plex Media Server on Kubernetes -- dispatch transcode jobs as pods on your cluster!
Apache License 2.0
104 stars 23 forks source link

mount: key in values does nothing #16

Closed ohthehugemanatee closed 3 years ago

ohthehugemanatee commented 3 years ago

I've mounted my movies with the extradata key, and added mounts: /data,/transcode/data-media to my helm values. But the transcoder dies on failure to find the file. kubectl describe shows that /data-media shows it is not mounted, and searching the repo for "mounts" shows it doesn't appear in the codebase anywhere.

ressu commented 3 years ago

Hmm.. Is /data-media mounted on the plex pod? Also does the main plex pod have an kube-plex/mounts annotation? I'm mostly suspecting some typo somewhere but no matter how much I look at the code I can't spot anything, so hopefully we can see the issue on the final deployment 😄