Corrected port designation in get service output
Port 6379 was errantly identified as the mongo service port however mongo-service.yaml defines port 27017. I've updated the service command output to reflect that.
This commit is contained in:
@@ -104,7 +104,7 @@ kubectl apply -f ./content/en/examples/application/guestbook/mongo-service.yaml
|
|||||||
```shell
|
```shell
|
||||||
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
|
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
|
||||||
kubernetes ClusterIP 10.0.0.1 <none> 443/TCP 1m
|
kubernetes ClusterIP 10.0.0.1 <none> 443/TCP 1m
|
||||||
mongo ClusterIP 10.0.0.151 <none> 6379/TCP 8s
|
mongo ClusterIP 10.0.0.151 <none> 27017/TCP 8s
|
||||||
```
|
```
|
||||||
|
|
||||||
{{< note >}}
|
{{< note >}}
|
||||||
|
|||||||
Reference in New Issue
Block a user