1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

OBSDOCS-1077

This commit is contained in:
Satyajeet Munje
2024-05-27 12:16:58 +05:30
committed by openshift-cherrypick-robot
parent 113750f3ab
commit dcb7b0a48c

View File

@@ -33,7 +33,7 @@ spec:
application:
selector:
matchLabels: { example: label } <2>
containerLimit:
containerLimit:
maxRecordsPerSecond: 0 <3>
# ...
----
@@ -54,12 +54,12 @@ spec:
- name: <input_name> <1>
application:
namespaces: [ example-ns-1, example-ns-2 ] <2>
containerLimit:
maxRecordsPerSecond: 10 <3>
containerLimit:
maxRecordsPerSecond: 10 <3>
- name: <input_name>
application:
namespaces: [ test ]
containerLimit:
containerLimit:
maxRecordsPerSecond: 1000
# ...
----