Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
Fix typos in manual demo
Browse files Browse the repository at this point in the history
Signed-off-by: nshankar13 <[email protected]>
  • Loading branch information
nshankar13 authored and snehachhabria committed Apr 20, 2021
1 parent 4da887b commit 45bdbc9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/content/docs/install/manual_demo/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ In a browser, open up the following urls:
- [http://localhost:8080](http://localhost:8080) - **bookbuyer**
- [http://localhost:8083](http://localhost:8083) - **bookthief**
- [http://localhost:8084](http://localhost:8084) - **bookstore**
- _Note: This page will not be available at this time in the demo. This will become available during the SMI Traffic Split configuration set up_
- [http://localhost:8082](http://localhost:8082) - **bookstore-v2**
- _Note: This page will not be available at this time in the demo. This will become available during the SMI Traffic Split configuration set up_

Expand Down Expand Up @@ -211,7 +210,7 @@ kubectl apply -f https://raw.githubusercontent.com/openservicemesh/osm/main/docs
The counters should now be incrementing for the `bookbuyer`, and `bookstore` applications:

- [http://localhost:8080](http://localhost:8080) - **bookbuyer**
- [http://localhost:8081](http://localhost:8084) - **bookstore**
- [http://localhost:8084](http://localhost:8084) - **bookstore**

Note that the counter is _not_ incrementing for the `bookthief` application:

Expand Down Expand Up @@ -362,7 +361,7 @@ Wait for the changes to propagate and observe the counters increment for `bookst
browser windows:

- [http://localhost:8082](http://localhost:8082) - **bookstore-v2**
- [http://localhost:8083](http://localhost:8083) - **bookstore**
- [http://localhost:8083](http://localhost:8084) - **bookstore**

Now, all traffic directed to the `bookstore` service is flowing to `bookstore-v2`.

Expand Down

0 comments on commit 45bdbc9

Please sign in to comment.