livekit / livekit-helm

LiveKit Helm charts
https://docs.livekit.io
Apache License 2.0
50 stars 59 forks source link

Infinite loop in Ingress #108

Open josedpiambav opened 1 week ago

josedpiambav commented 1 week ago

This is my first time configuring the various components of Livekit on a Kubernetes cluster in GCP (GKE)

Attached are screenshots of my PODs logs

Server: image

Ingress: image

Egress: image

I have several doubts, I will order them by relevance:

Here are the details of my GKE configuration: regional cluster with a single zone, public nodes, n2d-highcpu-8 machines. Currently I have only one node on which I host server, ingress and egress because I am in the configuration phase (later I will increase the number of nodes and configure autoscaling).

I also attach the .yaml that I am applying (I generated them from the Helm Charts)

livekit-egress-test.txt livekit-ingress-test.txt livekit-server-test.txt