Skip to content

Commit 96893f8

Browse files
authored
Merge pull request #41431 from vszabo2/patch-1
Fix referenced paths in Service page
2 parents 0233b0f + 417d1f3 commit 96893f8

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)