Skip to content

Commit 9b075e3

Browse files
authored
Update README.md
remove extra space at end of port-forward thats causing issues on copy/paste
1 parent d60b499 commit 9b075e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

02-app-deploy/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ curl http://169.254.169.254/latest/meta-data/public-ipv4
6464

6565
Then setup the port-forwarding
6666
```bash
67-
kubectl --context cloud-a-01 port-forward -n $PREFIX-workshop-app $(kubectl --context cloud-a-01 get po -n $PREFIX-workshop-app --output=jsonpath={.items..metadata.name} -l app=frontend) --address 0.0.0.0 8080:8888
67+
kubectl --context cloud-a-01 port-forward -n $PREFIX-workshop-app $(kubectl --context cloud-a-01 get po -n $PREFIX-workshop-app --output=jsonpath={.items..metadata.name} -l app=frontend) --address 0.0.0.0 8080:8888
6868
```
6969

7070
Open your browser and navigate to `<JUMPHOST EXTERNAL IP>:8080`. Enter `backend` in the Backend HTTP URL text box and submit the request. This will cause the frontend microservice to call to the backend microservice over the service mesh and return the display the response via the frontend app.

0 commit comments

Comments
 (0)