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 0233b0f + 417d1f3 commit 96893f8Copy full SHA for 96893f8
content/en/docs/concepts/services-networking/service.md
@@ -1239,7 +1239,7 @@ for that Service.
1239
When you define a Service, you can specify `externalIPs` for any
1240
[service type](#publishing-services-service-types).
1241
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`).
+on `"198.51.100.32:80"` (calculated from `.spec.externalIPs[]` and `.spec.ports[].port`).
1243
1244
```yaml
1245
apiVersion: v1
0 commit comments