File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
cluster/manifests/fabric-gateway Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -174,9 +174,10 @@ spec:
174
174
properties :
175
175
default-rate :
176
176
description : |-
177
- Non user specific value to apply to the route. If a client makes more requests than this
177
+ Non- user specific value to apply to the route. If a client makes more requests than this
178
178
value within the defined period, then they will start getting HTTP 429 responses.
179
- minimum : 1
179
+ Setting `default-rate` to 0 will cause all requests matching the rate limit configuration to be denied.
180
+ minimum : 0
180
181
type : integer
181
182
period :
182
183
description : |-
@@ -330,9 +331,10 @@ spec:
330
331
properties :
331
332
default-rate :
332
333
description : |-
333
- Non user specific value to apply to the route. If a client makes more requests than this
334
+ Non- user specific value to apply to the route. If a client makes more requests than this
334
335
value within the defined period, then they will start getting HTTP 429 responses.
335
- minimum : 1
336
+ Setting `default-rate` to 0 will cause all requests matching the rate limit configuration to be denied.
337
+ minimum : 0
336
338
type : integer
337
339
period :
338
340
description : |-
You can’t perform that action at this time.
0 commit comments