jsonnet: increase default CPU values for main krp sidecar in ksm
Signed-off-by: paulfantom <pawel@krupa.net.pl>
This commit is contained in:
@@ -89,6 +89,10 @@ function(params) (import 'github.com/kubernetes/kube-state-metrics/jsonnet/kube-
|
|||||||
ports: [
|
ports: [
|
||||||
{ name: 'https-main', containerPort: 8443 },
|
{ name: 'https-main', containerPort: 8443 },
|
||||||
],
|
],
|
||||||
|
resources+: {
|
||||||
|
limits+: { cpu: '40m' },
|
||||||
|
requests+: { cpu: '20m' },
|
||||||
|
},
|
||||||
}),
|
}),
|
||||||
|
|
||||||
local kubeRbacProxySelf = krp({
|
local kubeRbacProxySelf = krp({
|
||||||
|
|||||||
Reference in New Issue
Block a user