Correcting statement about Service ports (#13337)

* Correcting statement about Service ports

Correcting details about service ports and protocol. Removed statement saying Service supports the single port definition only and added details about multiport definitions.

* Correcting format changes

Correcting format changes as per feedback from reviewer.
pull/13482/head
Rajesh Deshpande 2019-03-27 12:59:52 +05:30 committed by Qiming
parent 196b69d884
commit 91f73900db
1 changed files with 3 additions and 2 deletions

View File

@ -84,8 +84,9 @@ number that pods expose in the next version of your backend software, without
breaking clients. breaking clients.
`TCP` is the default protocol for services, and you can also use any other `TCP` is the default protocol for services, and you can also use any other
[supported protocol](#protocol-support). At the moment, you can only set a [supported protocol](#protocol-support). As many Services need to expose more than
single `port` and `protocol` for a Service. one port, Kubernetes supports multiple port definitions on a `Service` object.
Each port definition can have the same or a different `protocol`.
### Services without selectors ### Services without selectors