Fix bad list item display format (#8740)

* Fix formatting

* tweak wording

* tweak
This commit is contained in:
Frank Budinsky 2021-01-06 15:37:29 -05:00 committed by GitHub
parent 9a4a1be389
commit ec660cb30c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 13 deletions

View File

@ -35,14 +35,12 @@ using both global and local rate limits.
### Global rate limit
Envoy can be used to [set up global rate limits](https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/other_features/global_rate_limiting) for your mesh.
1. Global rate limiting in Envoy uses a gRPC API for requesting quota from a rate limiting service.
Global rate limiting in Envoy uses a gRPC API for requesting quota from a rate limiting service.
A [reference implementation](https://github.com/envoyproxy/ratelimit) of the API, written in Go with a Redis
backend, is used below.
The following [configmap](https://github.com/envoyproxy/ratelimit#configuration) configures the
reference implementation to rate limit requests to the path `/productpage` at 1 req/min and all other
requests at 100 req/min.
1. Use the following configmap to [configure the reference implementation](https://github.com/envoyproxy/ratelimit#configuration)
to rate limit requests to the path `/productpage` at 1 req/min and all other requests at 100 req/min.
{{< text yaml >}}
apiVersion: v1