From da6c5746d589bde54c3698ee9cb0c852293963f3 Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Tue, 16 Jul 2024 17:22:30 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7(livekit)=20use=20server=20instance?= =?UTF-8?q?=20deployed=20on=20a=20VM?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Deploying LiveKit on Kubernetes is quite challenging when using a private cloud provider. @rouja faced some issues while configuring the exposed port necessary for the STUN and TURN servers to work when the user is connected to a network behind a firewall. @rouja deployed quickly a temporary LiveKit instance on a VM with its own STUN and TURN servers to avoid using the Google infrastructure. --- secrets | 2 +- src/helm/env.d/preprod/values.meet.yaml.gotmpl | 2 +- src/helm/env.d/production/values.meet.yaml.gotmpl | 2 +- src/helm/env.d/staging/values.meet.yaml.gotmpl | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/secrets b/secrets index 764f47f1..35ec1ef9 160000 --- a/secrets +++ b/secrets @@ -1 +1 @@ -Subproject commit 764f47f1e3bb3b0bb3d79ec5831045c05c32c590 +Subproject commit 35ec1ef9fe31c578c661a10ac71fca2f2af8961e diff --git a/src/helm/env.d/preprod/values.meet.yaml.gotmpl b/src/helm/env.d/preprod/values.meet.yaml.gotmpl index ce70b75a..eb17be0b 100644 --- a/src/helm/env.d/preprod/values.meet.yaml.gotmpl +++ b/src/helm/env.d/preprod/values.meet.yaml.gotmpl @@ -92,7 +92,7 @@ backend: secretKeyRef: name: backend key: LIVEKIT_API_KEY - LIVEKIT_API_URL: https://livekit.beta.numerique.gouv.fr + LIVEKIT_API_URL: https://livekit-docker-1.beta.numerique.gouv.fr createsuperuser: command: diff --git a/src/helm/env.d/production/values.meet.yaml.gotmpl b/src/helm/env.d/production/values.meet.yaml.gotmpl index b2a4e96b..93f593ea 100644 --- a/src/helm/env.d/production/values.meet.yaml.gotmpl +++ b/src/helm/env.d/production/values.meet.yaml.gotmpl @@ -92,7 +92,7 @@ backend: secretKeyRef: name: backend key: LIVEKIT_API_KEY - LIVEKIT_API_URL: https://livekit.beta.numerique.gouv.fr + LIVEKIT_API_URL: https://livekit-docker-1.beta.numerique.gouv.fr createsuperuser: command: diff --git a/src/helm/env.d/staging/values.meet.yaml.gotmpl b/src/helm/env.d/staging/values.meet.yaml.gotmpl index 13748ac2..2a61095a 100644 --- a/src/helm/env.d/staging/values.meet.yaml.gotmpl +++ b/src/helm/env.d/staging/values.meet.yaml.gotmpl @@ -92,7 +92,7 @@ backend: secretKeyRef: name: backend key: LIVEKIT_API_KEY - LIVEKIT_API_URL: https://livekit.beta.numerique.gouv.fr + LIVEKIT_API_URL: https://livekit-docker-1.beta.numerique.gouv.fr createsuperuser: command: