From 3f01e08ae0e2d08c677d79613c5d6c4de691064c Mon Sep 17 00:00:00 2001 From: freddygv Date: Wed, 24 Jun 2020 16:12:08 -0600 Subject: [PATCH] Remove stray instruction --- website/pages/docs/connect/ingress-gateway.mdx | 2 -- 1 file changed, 2 deletions(-) diff --git a/website/pages/docs/connect/ingress-gateway.mdx b/website/pages/docs/connect/ingress-gateway.mdx index 81f9da2d3e..449aeb0163 100644 --- a/website/pages/docs/connect/ingress-gateway.mdx +++ b/website/pages/docs/connect/ingress-gateway.mdx @@ -52,8 +52,6 @@ Currently, [Envoy](https://www.envoyproxy.io/) is the only proxy with ingress ga For a complete example of how to allow external traffic inside your Consul service mesh, review the [ingress gateway guide](https://learn.hashicorp.com/consul/developer-mesh/ingress-gateways). -5. **Optionally** use the [Consul L7 traffic management](/docs/connect/l7-traffic-management) for exposed services to route traffic. - ## Ingress Gateway Configuration Ingress gateways are configured in service definitions and registered with Consul like other services, with two exceptions.