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:
@@ -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
|
||||
|
Reference in New Issue
Block a user