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 9cff3a5 + 08816b1 commit 7336563Copy full SHA for 7336563
content/en/docs/concepts/services-networking/service.md
@@ -151,9 +151,9 @@ spec:
151
targetPort: 9376
152
```
153
154
-Because this Service has no selector, the corresponding Endpoint object is not
+Because this Service has no selector, the corresponding Endpoints object is not
155
created automatically. You can manually map the Service to the network address and port
156
-where it's running, by adding an Endpoint object manually:
+where it's running, by adding an Endpoints object manually:
157
158
```yaml
159
apiVersion: v1
0 commit comments