Skip to content

Commit 80a4519

Browse files
committed
OBSDOCS-772: Fix containerLimit docs bug
1 parent bda50a0 commit 80a4519

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/logging-set-input-rate-limit.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ spec:
3333
application:
3434
selector:
3535
matchLabels: { example: label } <2>
36-
limitPerContainer:
36+
containerLimit:
3737
maxRecordsPerSecond: 0 <3>
3838
# ...
3939
----
@@ -54,12 +54,12 @@ spec:
5454
- name: <input_name> <1>
5555
application:
5656
namespaces: [ example-ns-1, example-ns-2 ] <2>
57-
limitPerContainer:
57+
containerLimit:
5858
maxRecordsPerSecond: 10 <3>
5959
- name: <input_name>
6060
application:
6161
namespaces: [ test ]
62-
limitPerContainer:
62+
containerLimit:
6363
maxRecordsPerSecond: 1000
6464
# ...
6565
----

0 commit comments

Comments
 (0)