From 6add9274217dcb31b513418fdc2883dbff620163 Mon Sep 17 00:00:00 2001 From: Andrew Lozoya <40801353+andrew-lozoya@users.noreply.github.com> Date: Wed, 10 Apr 2024 14:19:41 -0500 Subject: [PATCH] Update locust.yaml --- demo/loadgen/locust.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/loadgen/locust.yaml b/demo/loadgen/locust.yaml index 9420ef8..37edf28 100644 --- a/demo/loadgen/locust.yaml +++ b/demo/loadgen/locust.yaml @@ -51,7 +51,7 @@ data: @task def get_endpoint_one(self): - self.client.get('http://spring-petclinic-service.ao-demo.svc.cluster.local/', headers=default_headers) + self.client.get('http://springboot-java-service.ao-demo.svc.cluster.local/', headers=default_headers) @task def get_endpoint_two(self):