Update connecting-to-applications-port-forward.md
Fixed invalid port typo.
This commit is contained in:
@@ -20,7 +20,7 @@ redis-master 2/2 Running 0 41s
|
||||
|
||||
## 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 %}
|
||||
$ kubectl get pods redis-master -t='{{(index (index .spec.containers 0).ports 0).containerPort}}{{"\n"}}'
|
||||
|
||||
Reference in New Issue
Block a user