From eee4d75932204ac7fc2bf3cd24fb21abe8ff6f86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Nogu=C3=AAs?= Date: Thu, 12 Feb 2026 18:35:30 +0100 Subject: [PATCH] chore: switching env var for NB_PROXY_DOMAIN --- infrastructure_files/getting-started.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure_files/getting-started.sh b/infrastructure_files/getting-started.sh index b07368837..51ff27933 100755 --- a/infrastructure_files/getting-started.sh +++ b/infrastructure_files/getting-started.sh @@ -682,7 +682,7 @@ NB_PROXY_MANAGEMENT_ADDRESS=http://management:80 # Allow insecure gRPC connection to management (required for internal Docker network) NB_PROXY_ALLOW_INSECURE=true # Public URL where this proxy is reachable (used for cluster registration) -NB_PROXY_URL=$NETBIRD_HTTP_PROTOCOL://$NETBIRD_DOMAIN +NB_PROXY_DOMAIN=$NETBIRD_DOMAIN NB_PROXY_ADDRESS=:8443 NB_PROXY_TOKEN=$PROXY_TOKEN NB_PROXY_CERTIFICATE_DIRECTORY=/certs