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

Signed-off-by: paulfantom <pawel@krupa.net.pl>
This commit is contained in:
paulfantom
2021-02-12 15:08:58 +01:00
parent 2a66bb88b5
commit 7c95f88a2b

View File

@@ -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({