blakeblackshear / blakeshome-charts

Repo for helm charts
45 stars 58 forks source link

Expose port used by WebRTC #70

Open LiquidPL opened 4 months ago

LiquidPL commented 4 months ago

Resolves #59.

I was also wondering if it would be a good idea to add an option to create a separate service for WebRTC (and possibly RTSP), since right now if the main service is a ClusterIP consumed by some sort of reverse proxy, then these ports aren't accessible by someone outside of the cluster.

bdkuhman commented 3 months ago

Was looking for this, Hopefully it can get merged soon. Another suggestion would be to add ports to the values.yaml, and populate it in the chart, so that additional ports could be added without a PR/change to the chart.