From 1acf009e628d07e960177783bc74cb1534088d15 Mon Sep 17 00:00:00 2001 From: Prashant Shahi Date: Tue, 8 Feb 2022 23:14:36 +0530 Subject: [PATCH] =?UTF-8?q?docs:=20=F0=9F=93=9D=20use=203301=20for=20front?= =?UTF-8?q?end=20port=20in=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deploy/README.md b/deploy/README.md index cbd7d8a63a..a67aa0b168 100644 --- a/deploy/README.md +++ b/deploy/README.md @@ -33,7 +33,7 @@ For Mac with Apple chip (arm): docker-compose -f docker/clickhouse-setup/docker-compose.arm.yaml up -d ``` -Open http://localhost:3000 in your favourite browser. In couple of minutes, you should see +Open http://localhost:3301 in your favourite browser. In couple of minutes, you should see the data generated from hotrod in SigNoz UI. ## Kubernetes @@ -53,10 +53,10 @@ helm -n platform install my-release signoz/signoz To access the UI, you can `port-forward` the frontend service: ```sh -kubectl -n platform port-forward svc/my-release-frontend 3000:3000 +kubectl -n platform port-forward svc/my-release-frontend 3301:3301 ``` -Open http://localhost:3000 in your favourite browser. Few minutes after you generate load +Open http://localhost:3301 in your favourite browser. Few minutes after you generate load from the HotROD application, you should see the data generated from hotrod in SigNoz UI. #### Test HotROD application with SigNoz