diff --git a/manifests/deviceservice.yaml b/manifests/deviceservice.yaml
index ad54f4b6c2682c381c1c5238a013e1d12e177764..f9a6d987d18bb3d994538c85b2ec14024553b45b 100644
--- a/manifests/deviceservice.yaml
+++ b/manifests/deviceservice.yaml
@@ -45,11 +45,11 @@ spec:
             command: ["/bin/grpc_health_probe", "-addr=:2020"]
         resources:
           requests:
-            cpu: 128m
-            memory: 64Mi
-          limits:
-            cpu: 256m
+            cpu: 250m
             memory: 128Mi
+          limits:
+            cpu: 1000m
+            memory: 1024Mi
 ---
 apiVersion: v1
 kind: Service