(cherry picked from commit 3dd3265e82)
This commit is contained in:
mergify[bot] 2019-07-15 09:34:02 -04:00 committed by Frank Budinsky
parent b2dd293b80
commit 1521380b30
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ An ingress [Gateway](/docs/reference/config/networking/v1alpha3/gateway/) descri
It configures exposed ports, protocols, etc. It configures exposed ports, protocols, etc.
but, unlike [Kubernetes Ingress Resources](https://kubernetes.io/docs/concepts/services-networking/ingress/), but, unlike [Kubernetes Ingress Resources](https://kubernetes.io/docs/concepts/services-networking/ingress/),
does not include any traffic routing configuration. Traffic routing for ingress traffic is instead configured does not include any traffic routing configuration. Traffic routing for ingress traffic is instead configured
using Istio routing rules, exactly in the same was as for internal service requests. using Istio routing rules, exactly in the same way as for internal service requests.
Let's see how you can configure a `Gateway` on port 80 for HTTP traffic. Let's see how you can configure a `Gateway` on port 80 for HTTP traffic.