From 994129098e463c54c39dd3555fe448b9db422104 Mon Sep 17 00:00:00 2001 From: Austin Parker Date: Thu, 8 Jun 2023 08:25:09 -0700 Subject: [PATCH] Updated .net dependencies [loadgenerator] run load through frontend proxy (Envoy) (#914) Co-authored-by: Austin Parker --- .env | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.env b/.env index 0b7b7614a3..955519f76e 100644 --- a/.env +++ b/.env @@ -56,11 +56,12 @@ FRONTEND_ADDR=frontend:${FRONTEND_PORT} # Frontend Proxy (Envoy) FRONTEND_HOST=frontend ENVOY_PORT=8080 +FRONTEND_PROXY_ADDR=frontend-proxy:${ENVOY_PORT} # Load Generator LOCUST_WEB_PORT=8089 LOCUST_USERS=10 -LOCUST_HOST=http://${FRONTEND_ADDR} +LOCUST_HOST=http://${FRONTEND_PROXY_ADDR} LOCUST_WEB_HOST=loadgenerator LOCUST_AUTOSTART=true LOCUST_HEADLESS=false