Skip to content
Snippets Groups Projects
Verified Commit 971df4f3 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

Reduce resource requests by descheduler

parent ff960baf
No related branches found
No related tags found
No related merge requests found
...@@ -24,3 +24,11 @@ spec: ...@@ -24,3 +24,11 @@ spec:
namespace: kube-system namespace: kube-system
version: 0.23.1 version: 0.23.1
interval: 5m interval: 5m
values:
resources:
requests:
cpu: 100m
memory: 256Mi
limits:
cpu: 100m
memory: 256Mi
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