Commit 045a6dca authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

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
parents d73a75b4 8427d5a2
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment