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.
1 parent 5da7cb5 commit 4a87fb5Copy full SHA for 4a87fb5
content/en/docs/concepts/services-networking/service.md
@@ -117,7 +117,8 @@ spec:
117
targetPort: 9376
118
```
119
120
-Applying this manifest creates a new Service named "my-service", which
+Applying this manifest creates a new Service named "my-service" with the default
121
+ClusterIP [service type](#publishing-services-service-types). The Service
122
targets TCP port 9376 on any Pod with the `app.kubernetes.io/name: MyApp` label.
123
124
Kubernetes assigns this Service an IP address (the _cluster IP_),
0 commit comments