🔧(livekit) use server instance deployed on a VM

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.
This commit is contained in:
lebaudantoine
2024-07-16 17:22:30 +02:00
committed by aleb_the_flash
parent 136d380706
commit da6c5746d5
4 changed files with 4 additions and 4 deletions

Submodule secrets updated: 764f47f1e3...35ec1ef9fe

View File

@@ -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:

View File

@@ -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:

View File

@@ -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: