diff --git a/manifests/automationservice.yaml b/manifests/automationservice.yaml
index 73e6b1d7be076dbcf55014ae3accbc1e29e0c8e8..f4a4def176cd2b9f89d7ee4f10c0af48a08b9733 100644
--- a/manifests/automationservice.yaml
+++ b/manifests/automationservice.yaml
@@ -102,7 +102,7 @@ spec:
               cpu: 50m
               memory: 512Mi
             limits:
-              cpu: 500m
+              cpu: 2000m
               memory: 2048Mi
 ---
 apiVersion: autoscaling/v2
diff --git a/manifests/policyservice.yaml b/manifests/policyservice.yaml
index 72da09ecaf1de9d080d686c63c0f18c88f09e8b4..b34331724665e4788d2de327bb5160eb370fed96 100644
--- a/manifests/policyservice.yaml
+++ b/manifests/policyservice.yaml
@@ -106,7 +106,7 @@ spec:
               cpu: 50m
               memory: 512Mi
             limits:
-              cpu: 500m
+              cpu: 2000m
               memory: 2048Mi
 ---
 apiVersion: autoscaling/v2
@@ -126,4 +126,4 @@ spec:
       name: cpu
       target:
         type: Utilization
-        averageUtilization: 80
\ No newline at end of file
+        averageUtilization: 80