From 7c04f85d15d23a2ae71e052bf82b41c0f196e63e Mon Sep 17 00:00:00 2001 From: Orlando Date: Mon, 26 Nov 2018 19:42:52 -0600 Subject: [PATCH] Fix typo on serviceName (#11329) --- content/en/docs/concepts/services-networking/ingress.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/services-networking/ingress.md b/content/en/docs/concepts/services-networking/ingress.md index 9af5f44794..b6d52c6376 100644 --- a/content/en/docs/concepts/services-networking/ingress.md +++ b/content/en/docs/concepts/services-networking/ingress.md @@ -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 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. -* 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 loadbalancer will direct traffic to the referenced service. * A backend is a combination of service and port names as described in the