Skip to content

Commit 930a9b2

Browse files
authored
Merge pull request #27009 from wjgilmore/patch-1
Corrected port designation in get service output
2 parents 47b2ba5 + 9517a9a commit 930a9b2

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)