backport of commit 7f8d860bee16e12d9b0c6ef5521f27467338deba (#18031)
Co-authored-by: trujillo-adam <ajosetru@gmail.com>
This commit is contained in:
parent
9d8ba91bc6
commit
23562dd7b5
|
@ -42,7 +42,7 @@ When every field is defined, a control plane request limit configuration entry h
|
|||
```hcl
|
||||
kind = "control-plane-request-limit"
|
||||
mode = "permissive"
|
||||
name = "<destination service>"
|
||||
name = "<name-for-the-entry>"
|
||||
read_rate = 100
|
||||
write_rate = 100
|
||||
kv = {
|
||||
|
@ -64,7 +64,7 @@ catalog = {
|
|||
{
|
||||
"kind": "control-plane-request-limit",
|
||||
"mode": "permissive",
|
||||
"name": "<destination service>",
|
||||
"name": "<name-for-the-entry>",
|
||||
"read_rate": 100,
|
||||
"write_rate": 100,
|
||||
"kv": {
|
||||
|
@ -85,7 +85,7 @@ catalog = {
|
|||
```yaml
|
||||
kind: control-plane-request-limit
|
||||
mode: permissive
|
||||
name: <destination service>
|
||||
name: <name-for-the-entry>
|
||||
read_rate: 100
|
||||
write_rate: 100
|
||||
kv:
|
||||
|
|
Loading…
Reference in New Issue