Skip to content

Commit 417d1f3

Browse files
authored
Fix referenced paths in Service page
In the External IPs section, the text mentions a couple of paths from the Service manifest that determine how clients can access the service. Those paths are misspelled, and this commit fixes that.
1 parent 90c0749 commit 417d1f3

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1239,7 +1239,7 @@ for that Service.
12391239
When you define a Service, you can specify `externalIPs` for any
12401240
[service type](#publishing-services-service-types).
12411241
In the example below, the Service named `"my-service"` can be accessed by clients using TCP,
1242-
on `"198.51.100.32:80"` (calculated from `.spec.externalIP` and `.spec.port`).
1242+
on `"198.51.100.32:80"` (calculated from `.spec.externalIPs[]` and `.spec.ports[].port`).
12431243

12441244
```yaml
12451245
apiVersion: v1

0 commit comments

Comments
 (0)