From 9c45166075a657bbc641cd1767a4e7d7165cbefe Mon Sep 17 00:00:00 2001 From: Igor Gov Date: Sun, 2 Jan 2022 10:42:10 +0200 Subject: [PATCH] Fixing Mizu url in readme (#580) --- README.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 625ee0887..aa50a5bbb 100644 --- a/README.md +++ b/README.md @@ -52,8 +52,8 @@ Pick one from the [Releases](https://github.com/up9inc/mizu/releases) page ## How to Run 1. Find pods you'd like to tap to in your Kubernetes cluster -2. Run `mizu tap` or `mizu tap PODNAME` -3. Open browser on `http://localhost:8899/mizu` **or** as instructed in the CLI +2. Run `mizu tap` or `mizu tap PODNAME` +3. Open browser on `http://localhost:8899` **or** as instructed in the CLI 4. Watch the API traffic flowing 5. Type ^C to stop @@ -172,12 +172,10 @@ Please see [CONTRACT MONITORING](docs/CONTRACT_MONITORING.md) page for more deta ### Configure proxy host -By default, mizu will be accessible via local host: 'http://localhost:8899/mizu/', it is possible to change the host, -for instance, to '0.0.0.0' which can grant access via machine IP address. -This setting can be changed via command line flag `--set tap.proxy-host=` or via config file: -tap - proxy-host: 0.0.0.0 -and when changed it will support accessing by IP +By default, mizu will be accessible via local host: 'http://localhost:8899', it is possible to change the host, for +instance, to '0.0.0.0' which can grant access via machine IP address. This setting can be changed via command line +flag `--set tap.proxy-host=` or via config file: +tap proxy-host: 0.0.0.0 and when changed it will support accessing by IP ### Install Mizu standalone