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

Co-authored-by: Nathan Coleman <nathan.coleman@hashicorp.com>
pull/14153/head
sarahalsmiller 2 years ago committed by GitHub
parent f076c8086d
commit 8cd1ff2d24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save