From d80c97ce0d89e14778bbb76b86a79ee28e0fac89 Mon Sep 17 00:00:00 2001 From: zirain Date: Mon, 12 Jul 2021 22:36:03 +0800 Subject: [PATCH] fix ratelimit doc (#10051) * fix deprecated crd * fix nit * fix ratelimt envoyfilter --- content/en/docs/tasks/policy-enforcement/rate-limit/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/policy-enforcement/rate-limit/index.md b/content/en/docs/tasks/policy-enforcement/rate-limit/index.md index 0ee401e90a..dee542c5a7 100644 --- a/content/en/docs/tasks/policy-enforcement/rate-limit/index.md +++ b/content/en/docs/tasks/policy-enforcement/rate-limit/index.md @@ -105,11 +105,11 @@ backend, is used below. # domain can be anything! Match it to the ratelimter service config domain: productpage-ratelimit failure_mode_deny: true + timeout: 10s rate_limit_service: grpc_service: envoy_grpc: cluster_name: rate_limit_cluster - timeout: 10s transport_api_version: V3 - applyTo: CLUSTER match: