diff --git a/manifests/kube-state-metrics-deployment.yaml b/manifests/kube-state-metrics-deployment.yaml
index 8c36bc6257381b90e7cc61ac0611983d037d8f26..98ee556c08328006d0d7452749e1550006e23411 100644
--- a/manifests/kube-state-metrics-deployment.yaml
+++ b/manifests/kube-state-metrics-deployment.yaml
@@ -50,10 +50,10 @@ spec:
           name: https-main
         resources:
           limits:
-            cpu: 20m
+            cpu: 40m
             memory: 40Mi
           requests:
-            cpu: 10m
+            cpu: 20m
             memory: 20Mi
         securityContext:
           runAsGroup: 65532