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:35:21 -05:00 committed by GitHub
parent 0f7ca4a3af
commit eb4cca32b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -115,10 +115,10 @@ Specifies the maximum allowed number of gateway instances per gateway configurat
* Default: `8` * Default: `8`
### deployment.minInstances ### deployment.minInstances
Specifies the minimum allowed number of gateway instances per gateway configuration Specifies the minimum allowed number of gateway instances per gateway configuration.
* Type: Integer * Type: Integer
* Required: optional * Required: optional
* 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). The image to use for consul-api-gateway. View available image tags on [DockerHub](https://hub.docker.com/r/hashicorp/consul-api-gateway/tags).