mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-04 22:33:13 -04:00
Merge pull request #47906 from gmarek/fluentd
Automatic merge from submit-queue Decrese fluentd cpu request Fix #47905 cc @piosz - this should fix your tests. cc @dchen1107
This commit is contained in:
commit
045a6dca07
2 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue