mirror of
https://github.com/status-im/consul.git
synced 2025-01-11 06:16:08 +00:00
Update website/content/docs/api-gateway/configuration/gatewayclassconfig.mdx
Co-authored-by: Nathan Coleman <nathan.coleman@hashicorp.com>
This commit is contained in:
parent
f076c8086d
commit
8cd1ff2d24
@ -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>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user