We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bda50a0 commit 80a4519Copy full SHA for 80a4519
modules/logging-set-input-rate-limit.adoc
@@ -33,7 +33,7 @@ spec:
33
application:
34
selector:
35
matchLabels: { example: label } <2>
36
- limitPerContainer:
+ containerLimit:
37
maxRecordsPerSecond: 0 <3>
38
# ...
39
----
@@ -54,12 +54,12 @@ spec:
54
- name: <input_name> <1>
55
56
namespaces: [ example-ns-1, example-ns-2 ] <2>
57
58
maxRecordsPerSecond: 10 <3>
59
- name: <input_name>
60
61
namespaces: [ test ]
62
63
maxRecordsPerSecond: 1000
64
65
0 commit comments