jitsi-contrib / jitsi-helm

A helm chart to deploy Jitsi to Kubernetes
MIT License
120 stars 65 forks source link

How can I configure JVB which is running on Linux server with Jitsi Kubernetes deployment ? #81

Closed Govind10g closed 10 months ago

Govind10g commented 1 year ago

Hi All,

As this helm chart deploy Jitsi meet on Kubernetes cluster and as our Kubernetes cluster is in Private subnet and it is hard to auto scale JVB in kubernetes cluster hence we want to run only Jicofo, Prosody and web in kubernetes cluster and JVB on another linux server.

How we can make the changes in Jicofo i.e. JMS to communicate with JVB ? Please help me how we can achieve this ? @spijet

spijet commented 1 year ago

Hello @Govind10g!

You want to deploy this chart without the JVB and instead run a set of JVBs separately from the k8s environment, right? In that case you might try to deploy this chart with the JVB service disabled and the number of JVB replicas set to 0.

Govind10g commented 10 months ago

Thanks it is resolved