diff --git a/manifests/interdomainservice.yaml b/manifests/interdomainservice.yaml
index 40b4a5b6fd9ef23d27bd43442a2006c828e2c0c3..067f9432749f7d2c986503b034e55a13c8f2b210 100644
--- a/manifests/interdomainservice.yaml
+++ b/manifests/interdomainservice.yaml
@@ -44,11 +44,11 @@ spec:
             command: ["/bin/grpc_health_probe", "-addr=:10010"]
         resources:
           requests:
-            cpu: 100m
+            cpu: 250m
             memory: 64Mi
           limits:
-            cpu: 500m
-            memory: 512Mi
+            cpu: 1000m
+            memory: 1024Mi
 ---
 apiVersion: v1
 kind: Service
diff --git a/manifests/serviceservice.yaml b/manifests/serviceservice.yaml
index a982de0ba0aad315ff5054284b639091965ec191..7d7bdaa4ef9ad4972da6236071810c63a9faa4f8 100644
--- a/manifests/serviceservice.yaml
+++ b/manifests/serviceservice.yaml
@@ -45,7 +45,7 @@ spec:
             command: ["/bin/grpc_health_probe", "-addr=:3030"]
         resources:
           requests:
-            cpu: 100m
+            cpu: 250m
             memory: 128Mi
           limits:
             cpu: 1000m
diff --git a/manifests/sliceservice.yaml b/manifests/sliceservice.yaml
index 9a26b25911365cd47b65f83b90a25aa393db36bd..e7e5c1604a8b971424ff5f7e5bf292c4b263cbfe 100644
--- a/manifests/sliceservice.yaml
+++ b/manifests/sliceservice.yaml
@@ -50,7 +50,7 @@ spec:
             command: ["/bin/grpc_health_probe", "-addr=:4040"]
         resources:
           requests:
-            cpu: 100m
+            cpu: 250m
             memory: 128Mi
           limits:
             cpu: 1000m