munnerz / kube-plex

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

Expose plex UDP ports in loadbalancer #105

Open schellappan opened 4 years ago

schellappan commented 4 years ago

Since the UDP ports are not exposed via loadbalancer kube-plex incorrectly assume all the traffic coming from local network as remote. Which force the transcoding for all media. This can cause issues with kubernetes cluster with raspberry pi nodes.

onedr0p commented 4 years ago

@schellappan a few of us migrated the helm chart to https://github.com/billimek/billimek-charts/tree/master/charts/plex feel free to open a PR there too. Note: this repo does not use the scaling transcoder feature (it never worked well with later version of Plex)

onedr0p commented 4 years ago

@schellappan I have added this to the https://github.com/billimek/billimek-charts/tree/master/charts/plex chart

schellappan commented 4 years ago

@schellappan I have added this to the https://github.com/billimek/billimek-charts/tree/master/charts/plex chart

Thank you