From 5ca812faa7dfcd1f48124bc9d3554aaf3c32012c Mon Sep 17 00:00:00 2001 From: sarahalsmiller <100602640+sarahalsmiller@users.noreply.github.com> Date: Thu, 28 Jul 2022 17:37:07 -0500 Subject: [PATCH] Update website/content/docs/api-gateway/configuration/gatewayclassconfig.mdx Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com> --- .../docs/api-gateway/configuration/gatewayclassconfig.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/content/docs/api-gateway/configuration/gatewayclassconfig.mdx b/website/content/docs/api-gateway/configuration/gatewayclassconfig.mdx index cd030c37e..341821d56 100644 --- a/website/content/docs/api-gateway/configuration/gatewayclassconfig.mdx +++ b/website/content/docs/api-gateway/configuration/gatewayclassconfig.mdx @@ -121,9 +121,9 @@ Specifies the minimum allowed number of gateway instances per gateway configurat * Default: `1` ### image.consulAPIGateway -The image to use for consul-api-gateway. View available image tags on [DockerHub](https://hub.docker.com/r/hashicorp/consul-api-gateway/tags). +Specifies the Docker image to use for the `consul-api-gateway` container. View available image tags on [DockerHub](https://hub.docker.com/r/hashicorp/consul-api-gateway/tags). -Most deployments will use the default value unless a specific version of the Consul API Gateway is desired. +The default value is suitable for most deployments, but you may require a specific version of the Consul API Gateway depending on your environment. * Type: string * Required: optional * Default: `"hashicorp/consul-api-gateway:RELEASE_VERSION"`