diff --git a/website/content/docs/api-gateway.mdx b/website/content/docs/api-gateway.mdx index 9a8168a2db..38d48c725b 100644 --- a/website/content/docs/api-gateway.mdx +++ b/website/content/docs/api-gateway.mdx @@ -28,27 +28,27 @@ Your datacenter must meet the following requirements prior to configuring the Co -```yaml -global: - name: consul - image: 'hashicorp/consul:1.11.2' - tls: + ```yaml + global: + name: consul + image: 'hashicorp/consul:1.11.2' + tls: + enabled: true + connectInject: enabled: true -connectInject: - enabled: true -controller: - enabled: true -``` + controller: + enabled: true + ``` 1. Install Consul API Gateway using the standard Consul Helm chart and specify the custom values file. -```shell-session -$ helm install consul hashicorp/consul --version 0.39.0 --values values.yaml -``` + ```shell-session + $ helm install consul hashicorp/consul --version 0.39.0 --values values.yaml + ``` -The following components will be installed: + The following components will be installed: - Gateway controller - CRDs required by the Kubernetes Gateway API specification