This is an automated email from the ASF dual-hosted git repository.
kichan pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/trafficserver-ingress-controller.git
The following commit(s) were added to refs/heads/master by this push:
new 1148a52 fix doc typo (#87)
1148a52 is described below
commit 1148a528c90cd1c744084910db0a8e7829f2c3e4
Author: Kit Chan <[email protected]>
AuthorDate: Wed May 26 13:55:05 2021 -0700
fix doc typo (#87)
---
docs/TUTORIAL.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/TUTORIAL.md b/docs/TUTORIAL.md
index 8fb4af8..39e9b51 100644
--- a/docs/TUTORIAL.md
+++ b/docs/TUTORIAL.md
@@ -107,8 +107,8 @@ ATS proxying should have started to work. To see proxy in
action, we can use [cu
You may have problem with minikube using docker driver as localhost (i.e.
127.0.0.1) will be used as the cluster ip. So you will need to forward the
traffic designated for the port to the ports of the ATS pods inside the cluster
before the above curl commands will work. Each command below needs to be run in
separate terminal.
-- `$ kubectl port-forward <pod name> 30443:443 -n trafficserver-test`
-- `$ kubectl port-forward <pod name> 30080:80 -n trafficserver-test`
+- `$ kubectl port-forward <pod name> 30443:8443 -n trafficserver-test`
+- `$ kubectl port-forward <pod name> 30080:8080 -n trafficserver-test`
#### ConfigMap