jitsi-contrib / jitsi-helm

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

Add externalTrafficPolicy to jvb LoadBalancer service #67

Closed mustdiechik closed 1 year ago

mustdiechik commented 1 year ago

https://kubernetes.io/docs/reference/kubernetes-api/service-resources/service-v1/#ServiceSpec

"externalTrafficPolicy=Local" necessary to forward traffic directly to node on which jvb pod is located if used LoadBalancer. In my case I get error like:

[confId=1e8ed2ae7bcce93a conf_name=capitalistcarrotsdesignatepoorly@muc.meet.jitsi meeting_id=e95b5a5c epId=25723256 stats_id=Nathanael-9Qo local_ufrag=egqph1gokqvqiq ufrag=egqph1gokqvqiq] ConnectivityCheckClient.processResponse#401: Received a non-symmetric response for pair: $IP1:10000/udp/srflx -> $IP2:29343/udp/prflx (stream-25723256.RTP). Failing.
mustdiechik commented 1 year ago

https://github.com/jitsi-contrib/jitsi-helm/pull/68

spijet commented 1 year ago

Thank you for your contribution, @mustdiechik! I merged the PR and will pack a new release soon.

spijet commented 1 year ago

Hello @mustdiechik!

I just pushed a new release v1.3.3, which includes this fix.