From e226a21c3e53b353d5a69c7533c3d18d3b160e68 Mon Sep 17 00:00:00 2001 From: David Yu Date: Thu, 14 May 2020 14:04:53 -0700 Subject: [PATCH] Unindenting to remove shell pre-formatting (#7890) --- website/pages/docs/connect/ingress_gateway.mdx | 8 ++++---- website/pages/docs/connect/terminating_gateway.mdx | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/website/pages/docs/connect/ingress_gateway.mdx b/website/pages/docs/connect/ingress_gateway.mdx index 099a7d9060..565bf6db77 100644 --- a/website/pages/docs/connect/ingress_gateway.mdx +++ b/website/pages/docs/connect/ingress_gateway.mdx @@ -51,10 +51,10 @@ You must complete the following steps to configure an ingress gateway to proxy t 1. On a host with a Consul client agent, start an Envoy proxy using the [envoy subcommand](/docs/commands/connect/envoy), specifying the `ingress` gateway type: - ```shell - $ consul connect envoy -gateway=ingress -register -service ingress-service \ - -address '{{ GetInterfaceIP "eth0" }}:8888' - ``` + ```shell + $ consul connect envoy -gateway=ingress -register -service ingress-service \ + -address '{{ GetInterfaceIP "eth0" }}:8888' + ``` 2. Create and apply an `ingress-gateway` [configuration entry](/docs/agent/config-entries/ingress-gateway) that defines a set of listeners that expose the desired backing services. The config entry can be applied via the diff --git a/website/pages/docs/connect/terminating_gateway.mdx b/website/pages/docs/connect/terminating_gateway.mdx index 3fa6e49046..09a7c9c785 100644 --- a/website/pages/docs/connect/terminating_gateway.mdx +++ b/website/pages/docs/connect/terminating_gateway.mdx @@ -75,10 +75,10 @@ You must complete the following steps to configure a terminating gateway to prox 1. On a host with a Consul client agent, start an Envoy proxy using the [envoy subcommand](/docs/commands/connect/envoy#terminating-gateways) and specifying the `terminating` gateway type: - ```shell - $ consul connect envoy -gateway=terminating -register -service us-west-gateway \ - -address '{{ GetInterfaceIP "eth0" }}:8443' - ``` + ```shell + $ consul connect envoy -gateway=terminating -register -service us-west-gateway \ + -address '{{ GetInterfaceIP "eth0" }}:8443' + ``` 2. Create and apply a `terminating-gateway` [configuration entry](/docs/agent/config-entries/terminating-gateway) that defines a set of services that the gateway will proxy traffic to. The config entry can be applied via the