website: minor fixups on Consul API Gateway GatewayClassConfig

This commit is contained in:
Mike Morris 2022-02-22 15:17:05 -05:00
parent 5d06b30467
commit 721d796e02

View File

@ -143,10 +143,10 @@ Configure the following artifacts to facilitate ingress into your Consul service
### GatewayClassConfig ### GatewayClassConfig
The `GatewayClassConfig` object describes additional Consul API Gateway-related configuration parameters for the `GatewayClass`. The `GatewayClassConfig` object describes Consul API Gateway-related configuration parameters for the [`GatewayClass`](#gatewayclass).
Add the `kind: GatewayClassConfig` option to the gateway values file to declare a gateway class. Add the `kind: GatewayClassConfig` option to the gateway values file to declare a gateway class.
The following example creates a gateway class called `test-gateway-class-config`: The following example creates a gateway class config called `test-gateway-class-config`:
<CodeBlockConfig filename="gateway.yaml"> <CodeBlockConfig filename="gateway.yaml">
@ -168,7 +168,7 @@ spec:
</CodeBlockConfig> </CodeBlockConfig>
The following table describes the required parameters for the `spec` array: The following table describes the allowed parameters for the `spec` array:
| Parameter | Description | Type | Default | | Parameter | Description | Type | Default |
| --------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------- | ------------------------------------------------ | | --------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------- | ------------------------------------------------ |