mirror of https://github.com/hashicorp/consul
Update website/content/docs/api-gateway/configuration/gatewayclassconfig.mdx
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>pull/14153/head
parent
644c1a16e5
commit
b7e38f952b
|
@ -176,7 +176,7 @@ If set to `true`, then the Envoy container ports are mapped to host ports.
|
||||||
|
|
||||||
|
|
||||||
## Full Configuration
|
## Full Configuration
|
||||||
The following example creates a gateway class configuration called `test-gateway-class-config`:
|
The following example creates a gateway class configuration called `test-gateway-class-config`. Traffic that passes through gateways created from the class configuration authenticate with Consul over HTTPS on port `8501`. Consul client agents communicate with server agents on port `8502` :
|
||||||
|
|
||||||
<CodeBlockConfig filename="gateway.yaml">
|
<CodeBlockConfig filename="gateway.yaml">
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue