Skip to content
Snippets Groups Projects
Unverified Commit d9b720dc authored by Varac's avatar Varac
Browse files

Increase CPU limits for node-exporter

Fixes: #855
parent 788bf6d4
No related branches found
No related tags found
No related merge requests found
......@@ -261,10 +261,10 @@ spec:
prometheus-node-exporter:
resources:
limits:
cpu: 400m
cpu: 800m
memory: 64Mi
requests:
cpu: 100m
cpu: 200m
memory: 32Mi
# priorityClassName: high-priority
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment