From d9bcbcd00288fc43ab15beb977b0190784a4219f Mon Sep 17 00:00:00 2001 From: antoine lebaud Date: Wed, 10 Jul 2024 21:27:36 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7(helm)=20set=20IndieHoster=20LiveKi?= =?UTF-8?q?t=20server=20URL=20for=20remote=20environments?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Based on @rouja recommendations, use IndieHoster LiveKit instances for our preliminary tests. Several issues are already known on this instance. --- src/helm/env.d/preprod/values.meet.yaml.gotmpl | 1 + src/helm/env.d/production/values.meet.yaml.gotmpl | 1 + src/helm/env.d/staging/values.meet.yaml.gotmpl | 1 + 3 files changed, 3 insertions(+) diff --git a/src/helm/env.d/preprod/values.meet.yaml.gotmpl b/src/helm/env.d/preprod/values.meet.yaml.gotmpl index 0ad8900e..f211930f 100644 --- a/src/helm/env.d/preprod/values.meet.yaml.gotmpl +++ b/src/helm/env.d/preprod/values.meet.yaml.gotmpl @@ -109,6 +109,7 @@ backend: secretKeyRef: name: backend key: LIVEKIT_API_KEY + LIVEKIT_API_URL: https://livekit.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 6260e5af..337d8f9e 100644 --- a/src/helm/env.d/production/values.meet.yaml.gotmpl +++ b/src/helm/env.d/production/values.meet.yaml.gotmpl @@ -109,6 +109,7 @@ backend: secretKeyRef: name: backend key: LIVEKIT_API_KEY + LIVEKIT_API_URL: https://livekit.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 a29af3bc..e111ce6c 100644 --- a/src/helm/env.d/staging/values.meet.yaml.gotmpl +++ b/src/helm/env.d/staging/values.meet.yaml.gotmpl @@ -109,6 +109,7 @@ backend: secretKeyRef: name: backend key: LIVEKIT_API_KEY + LIVEKIT_API_URL: https://livekit.beta.numerique.gouv.fr createsuperuser: command: