Update connecting-to-applications-port-forward.md

Fixed invalid port typo.
This commit is contained in:
Stephen Baldwin
2016-05-05 12:34:12 +09:00
parent 4e5da5d0e5
commit b1c26e1310
@@ -20,7 +20,7 @@ redis-master 2/2 Running 0 41s
## Connecting to the Redis master[a] ## Connecting to the Redis master[a]
The Redis master is listening on port 6397, to verify this, The Redis master is listening on port 6379, to verify this,
```shell{% raw %} ```shell{% raw %}
$ kubectl get pods redis-master -t='{{(index (index .spec.containers 0).ports 0).containerPort}}{{"\n"}}' $ kubectl get pods redis-master -t='{{(index (index .spec.containers 0).ports 0).containerPort}}{{"\n"}}'