mirror of https://github.com/istio/istio.io.git
fix ratelimit doc (#10051)
* fix deprecated crd * fix nit * fix ratelimt envoyfilter
This commit is contained in:
parent
582b5e25ed
commit
d80c97ce0d
|
@ -105,11 +105,11 @@ backend, is used below.
|
||||||
# domain can be anything! Match it to the ratelimter service config
|
# domain can be anything! Match it to the ratelimter service config
|
||||||
domain: productpage-ratelimit
|
domain: productpage-ratelimit
|
||||||
failure_mode_deny: true
|
failure_mode_deny: true
|
||||||
|
timeout: 10s
|
||||||
rate_limit_service:
|
rate_limit_service:
|
||||||
grpc_service:
|
grpc_service:
|
||||||
envoy_grpc:
|
envoy_grpc:
|
||||||
cluster_name: rate_limit_cluster
|
cluster_name: rate_limit_cluster
|
||||||
timeout: 10s
|
|
||||||
transport_api_version: V3
|
transport_api_version: V3
|
||||||
- applyTo: CLUSTER
|
- applyTo: CLUSTER
|
||||||
match:
|
match:
|
||||||
|
|
Loading…
Reference in New Issue