Fixing Mizu url in readme (#580)

This commit is contained in:
Igor Gov 2022-01-02 10:42:10 +02:00 committed by GitHub
parent 482036182b
commit 9c45166075
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,7 +53,7 @@ Pick one from the [Releases](https://github.com/up9inc/mizu/releases) page
1. Find pods you'd like to tap to in your Kubernetes cluster 1. Find pods you'd like to tap to in your Kubernetes cluster
2. Run `mizu tap` or `mizu tap PODNAME` 2. Run `mizu tap` or `mizu tap PODNAME`
3. Open browser on `http://localhost:8899/mizu` **or** as instructed in the CLI 3. Open browser on `http://localhost:8899` **or** as instructed in the CLI
4. Watch the API traffic flowing 4. Watch the API traffic flowing
5. Type ^C to stop 5. Type ^C to stop
@ -172,12 +172,10 @@ Please see [CONTRACT MONITORING](docs/CONTRACT_MONITORING.md) page for more deta
### Configure proxy host ### Configure proxy host
By default, mizu will be accessible via local host: 'http://localhost:8899/mizu/', it is possible to change the host, By default, mizu will be accessible via local host: 'http://localhost:8899', it is possible to change the host, for
for instance, to '0.0.0.0' which can grant access via machine IP address. instance, to '0.0.0.0' which can grant access via machine IP address. This setting can be changed via command line
This setting can be changed via command line flag `--set tap.proxy-host=<value>` or via config file: flag `--set tap.proxy-host=<value>` or via config file:
tap tap proxy-host: 0.0.0.0 and when changed it will support accessing by IP
proxy-host: 0.0.0.0
and when changed it will support accessing by IP
### Install Mizu standalone ### Install Mizu standalone