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

Co-authored-by: Nathan Coleman <nathan.coleman@hashicorp.com>
This commit is contained in:
sarahalsmiller 2022-07-13 16:01:53 -05:00 committed by GitHub
parent f163bb89d4
commit f658781e44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 9 deletions

View File

@ -18,16 +18,15 @@ The following example creates a gateway class configuration called `test-gateway
apiVersion: api-gateway.consul.hashicorp.com/v1alpha1 apiVersion: api-gateway.consul.hashicorp.com/v1alpha1
kind: GatewayClassConfig kind: GatewayClassConfig
metadata: metadata:
name: test-gateway-class-config name: test-gateway-class-config
spec: spec:
useHostPorts: true useHostPorts: true
logLevel: 'trace' logLevel: 'trace'
consul: consul:
scheme: 'https' scheme: 'https'
ports: ports:
http: 8501 http: 8501
grpc: 8502 grpc: 8502
```
</CodeBlockConfig> </CodeBlockConfig>