@@ -8,7 +8,7 @@ This folder contains files needed to run load tests locally or on a Kubernetes /
88
99## Set a local environment
1010
11- Modify the ** app.config** file and set the following service urls.
11+ Modify the ** app.config** file in the LoadTest project directory and set the following service urls.
1212
1313```
1414<Servers>
@@ -29,7 +29,7 @@ USE_LOADTEST=True
2929```
3030## Set a Service Fabric environment
3131
32- Modify the ** app.config** file and set the following service urls.
32+ Modify the ** app.config** file in the LoadTest project directory and set the following service urls.
3333
3434```
3535<Servers>
@@ -53,17 +53,17 @@ Deploy the SF services. **PLEASE** Read our [SF deployment guide for Linux](./..
5353
5454## Set a Kubernetes environment
5555
56- Modify the ** app.config** file and set the following service urls.
56+ Modify the ** app.config** file in the LoadTest project directory and set the following service urls.
5757
5858```
5959<Servers>
60- <MvcWebServer url="http://<target_k8s_dns>:5100 " />
61- <CatalogApiServer url="http://<target_k8s_dns>:5101 " />
62- <OrderingApiServer url="http://<target_k8s_dns>:5102 " />
63- <BasketApiServer url="http://<target_k8s_dns>:5103 " />
64- <IdentityApiServer url="http://<target_k8s_dns>:5105 " />
65- <LocationsApiServer url="http://<target_k8s_dns>:5109 " />
66- <MarketingApiServer url="http://<target_k8s_dns>:5110 " />
60+ <MvcWebServer url="http://<public_ip_k8s>/webmvc " />
61+ <CatalogApiServer url="http://<public_ip_k8s>/catalog-api " />
62+ <OrderingApiServer url="http://<public_ip_k8s>/ordering-api " />
63+ <BasketApiServer url="http://<public_ip_k8s>/basket-api " />
64+ <IdentityApiServer url="http://<public_ip_k8s>/identity " />
65+ <LocationsApiServer url="http://<public_ip_k8s>/locations-api " />
66+ <MarketingApiServer url="http://<public_ip_k8s>/marketing-api " />
6767 </Servers>
6868```
6969
0 commit comments