Fix typo on serviceName (#11329)

pull/11342/head
Orlando 2018-11-26 19:42:52 -06:00 committed by k8s-ci-robot
parent 26368ca74b
commit 7c04f85d15
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ Each http rule contains the following information:
* An optional host. In this example, no host is specified, so the rule will apply to all inbound * An optional host. In this example, no host is specified, so the rule will apply to all inbound
HTTP traffic through the IP address that will be connected. If a host is provided, for example: HTTP traffic through the IP address that will be connected. If a host is provided, for example:
foo.bar.com, the rules will apply on to that host. foo.bar.com, the rules will apply on to that host.
* a list of paths (e.g.: /testpath) each of which has an associated backend defined with a `serivceName` * a list of paths (e.g.: /testpath) each of which has an associated backend defined with a `serviceName`
and `servicePort`. Both the host and path must match the content of an incoming request before the and `servicePort`. Both the host and path must match the content of an incoming request before the
loadbalancer will direct traffic to the referenced service. loadbalancer will direct traffic to the referenced service.
* A backend is a combination of service and port names as described in the * A backend is a combination of service and port names as described in the