Update website/content/docs/api-gateway/configuration/gatewayclassconfig.mdx

Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
This commit is contained in:
sarahalsmiller 2022-07-28 17:37:07 -05:00 committed by GitHub
parent 65a5a6729a
commit 5ca812faa7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -121,9 +121,9 @@ Specifies the minimum allowed number of gateway instances per gateway configurat
* Default: `1` * Default: `1`
### image.consulAPIGateway ### 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 * Type: string
* Required: optional * Required: optional
* Default: `"hashicorp/consul-api-gateway:RELEASE_VERSION"` * Default: `"hashicorp/consul-api-gateway:RELEASE_VERSION"`