Skip to content

Commit 9517a9a

Browse files
authored
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.
1 parent 875d9e5 commit 9517a9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tutorials/stateless-application/guestbook.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ kubectl apply -f ./content/en/examples/application/guestbook/mongo-service.yaml
104104
```shell
105105
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
106106
kubernetes ClusterIP 10.0.0.1 <none> 443/TCP 1m
107-
mongo ClusterIP 10.0.0.151 <none> 6379/TCP 8s
107+
mongo ClusterIP 10.0.0.151 <none> 27017/TCP 8s
108108
```
109109

110110
{{< note >}}

0 commit comments

Comments
 (0)