We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 47b2ba5 + 9517a9a commit 930a9b2Copy full SHA for 930a9b2
content/en/docs/tutorials/stateless-application/guestbook.md
@@ -104,7 +104,7 @@ kubectl apply -f ./content/en/examples/application/guestbook/mongo-service.yaml
104
```shell
105
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
106
kubernetes ClusterIP 10.0.0.1 <none> 443/TCP 1m
107
- mongo ClusterIP 10.0.0.151 <none> 6379/TCP 8s
+ mongo ClusterIP 10.0.0.151 <none> 27017/TCP 8s
108
```
109
110
{{< note >}}
0 commit comments