You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/concepts/services-networking/ingress.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,7 +101,7 @@ Each HTTP rule contains the following information:
101
101
Service.
102
102
* A backend is a combination of Service and port names as described in the
103
103
[Service doc](/docs/concepts/services-networking/service/) or a [custom resource backend](#resource-backend) by way of a {{< glossary_tooltip term_id="CustomResourceDefinition" text="CRD" >}}. HTTP (and HTTPS) requests to the
104
-
Ingress that matches the host and path of the rule are sent to the listed backend.
104
+
Ingress that match the host and path of the rule are sent to the listed backend.
105
105
106
106
A `defaultBackend` is often configured in an Ingress controller to service any requests that do not
0 commit comments