Skip to content

Commit 748ebc8

Browse files
committed
🔧(helm) change conf helm dev
Some frontend env vars were added on the frontend side, we need to add them to the dev helm chart.
1 parent 0326287 commit 748ebc8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/helm/env.d/dev/values.impress.yaml.gotmpl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ frontend:
7272
envVars:
7373
PORT: 8080
7474
NEXT_PUBLIC_API_ORIGIN: https://impress.127.0.0.1.nip.io
75-
NEXT_PUBLIC_SIGNALING_URL: wss://impress.127.0.0.1.nip.io/ws
75+
NEXT_PUBLIC_Y_PROVIDER_URL: wss://impress.127.0.0.1.nip.io/ws
76+
NEXT_PUBLIC_MEDIA_URL: https://impress.127.0.0.1.nip.io
7677

7778
replicas: 1
7879
command:

0 commit comments

Comments
 (0)