Merge pull request #473 from StephenCharles/patch-1
Update connecting-to-applications-port-forward.md
This commit is contained in:
commit
8b210f765d
|
|
@ -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"}}'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue