jitsi-contrib / jitsi-helm

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

Ingress manifest for JVB #103

Open anirbandas18 opened 4 months ago

anirbandas18 commented 4 months ago

Hi,

I would like to know if there is any template in this helm-chart for defining an ingress manifest for JVB in order to access the /colibri/rest endpoint of JVB?

spijet commented 4 months ago

Hello @anirbandas18!

Unfortunately, I don't think we expose the REST endpoint of JVB as a service at the moment. We do, however, expose the JVB's colibri port in the Pod spec. My best bet is to check if you can reach the REST endpoint via this port (use the Pod IP when checking, not Service's ClusterIP) and then create separate Service and Ingress resources for it.