From 92c599e01d6b839d0910d73ac2913c7bbacb43a0 Mon Sep 17 00:00:00 2001 From: Mwad22 Date: Thu, 18 Aug 2022 15:39:39 -0700 Subject: [PATCH] correct typo for locust UI url in NOTES.txt --- charts/opentelemetry-demo/templates/NOTES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/opentelemetry-demo/templates/NOTES.txt b/charts/opentelemetry-demo/templates/NOTES.txt index 7e82d1d39..cc65a3e58 100644 --- a/charts/opentelemetry-demo/templates/NOTES.txt +++ b/charts/opentelemetry-demo/templates/NOTES.txt @@ -21,6 +21,6 @@ kubectl port-forward svc/{{ include "otel-demo.name" . }}-jaeger 16686:16686 {{- end }} -- Locust UI: http://localhost:16686 +- Locust UI: http://localhost:8089 by running these commands: kubectl port-forward svc/{{ include "otel-demo.name" . }}-loadgenerator 8089:8089 \ No newline at end of file