Skip to content

Commit 7336563

Browse files
authored
Merge pull request #26392 from Arhell/correct
correct name in service.md
2 parents 9cff3a5 + 08816b1 commit 7336563

File tree

1 file changed

+2
-2
lines changed
  • content/en/docs/concepts/services-networking

1 file changed

+2
-2
lines changed

content/en/docs/concepts/services-networking/service.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,9 @@ spec:
151151
targetPort: 9376
152152
```
153153

154-
Because this Service has no selector, the corresponding Endpoint object is not
154+
Because this Service has no selector, the corresponding Endpoints object is not
155155
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:
156+
where it's running, by adding an Endpoints object manually:
157157

158158
```yaml
159159
apiVersion: v1

0 commit comments

Comments
 (0)