Skip to content

Commit

Permalink
🔧(helm) change conf helm dev
Browse files Browse the repository at this point in the history
Some frontend env vars were added on the frontend
side, we need to add them to the dev helm chart.
  • Loading branch information
AntoLC committed Sep 17, 2024
1 parent 0e50b0f commit 1501b3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/helm/env.d/dev/values.impress.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1501b3f

Please sign in to comment.