mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 21:46:22 +01:00
Fixed default limit/requests for fluentd
This commit is contained in:
committed by
openshift-cherrypick-robot
parent
90cf944c44
commit
6b48ba6086
@@ -33,11 +33,10 @@ spec:
|
||||
fluentd:
|
||||
resources:
|
||||
limits: <1>
|
||||
cpu: 250m
|
||||
memory: 1Gi
|
||||
memory: 736Mi
|
||||
requests:
|
||||
cpu: 250m
|
||||
memory: 1Gi
|
||||
cpu: 100m
|
||||
memory: 736Mi
|
||||
----
|
||||
<1> Specify the CPU and memory limits and requests as needed. The values shown are the default values.
|
||||
|
||||
|
||||
@@ -74,10 +74,10 @@ spec:
|
||||
fluentd:
|
||||
resources: <4>
|
||||
limits:
|
||||
memory: 1Gi
|
||||
memory: 736Mi
|
||||
requests:
|
||||
cpu: 200m
|
||||
memory: 1Gi
|
||||
memory: 736Mi
|
||||
----
|
||||
<1> Specify the CPU and memory limits and requests for the log store as needed. For Elasticsearch, you must adjust both the request value and the limit value.
|
||||
<2> Specify the CPU and memory limits and requests for the log visualizater as needed.
|
||||
|
||||
Reference in New Issue
Block a user