mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Decrease fluentd cpu request
This commit is contained in:
parent
6ac3d5b530
commit
8427d5a274
@ -32,7 +32,7 @@ spec:
|
||||
limits:
|
||||
memory: 200Mi
|
||||
requests:
|
||||
cpu: 100m
|
||||
cpu: 90m
|
||||
memory: 200Mi
|
||||
volumeMounts:
|
||||
- name: varlog
|
||||
|
@ -44,7 +44,7 @@ spec:
|
||||
limits:
|
||||
memory: 300Mi
|
||||
requests:
|
||||
cpu: 100m
|
||||
cpu: 90m
|
||||
memory: 200Mi
|
||||
volumeMounts:
|
||||
- name: varlog
|
||||
|
Loading…
Reference in New Issue
Block a user