From 1501b3fc56f33a3b23c54d1285008b7f4dc30816 Mon Sep 17 00:00:00 2001 From: Anthony LC Date: Tue, 17 Sep 2024 12:00:02 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7(helm)=20change=20conf=20helm=20dev?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Some frontend env vars were added on the frontend side, we need to add them to the dev helm chart. --- src/helm/env.d/dev/values.impress.yaml.gotmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/helm/env.d/dev/values.impress.yaml.gotmpl b/src/helm/env.d/dev/values.impress.yaml.gotmpl index 7a5ac6d54..8f34286cc 100644 --- a/src/helm/env.d/dev/values.impress.yaml.gotmpl +++ b/src/helm/env.d/dev/values.impress.yaml.gotmpl @@ -72,7 +72,8 @@ frontend: envVars: PORT: 8080 NEXT_PUBLIC_API_ORIGIN: https://impress.127.0.0.1.nip.io - NEXT_PUBLIC_SIGNALING_URL: wss://impress.127.0.0.1.nip.io/ws + NEXT_PUBLIC_Y_PROVIDER_URL: wss://impress.127.0.0.1.nip.io/ws + NEXT_PUBLIC_MEDIA_URL: https://impress.127.0.0.1.nip.io replicas: 1 command: