Skip to content
Snippets Groups Projects
Unverified Commit 7c95f88a authored by paulfantom's avatar paulfantom
Browse files

jsonnet: increase default CPU values for main krp sidecar in ksm


Signed-off-by: default avatarpaulfantom <pawel@krupa.net.pl>
parent 2a66bb88
No related branches found
No related tags found
No related merge requests found
......@@ -89,6 +89,10 @@ function(params) (import 'github.com/kubernetes/kube-state-metrics/jsonnet/kube-
ports: [
{ name: 'https-main', containerPort: 8443 },
],
resources+: {
limits+: { cpu: '40m' },
requests+: { cpu: '20m' },
},
}),
local kubeRbacProxySelf = krp({
......
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