🔧(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:
committed by
aleb_the_flash
parent
136d380706
commit
da6c5746d5
2
secrets
2
secrets
Submodule secrets updated: 764f47f1e3...35ec1ef9fe
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user