From a6f61e582e0b58ff6d8d2f7a7cf608ae25f21c29 Mon Sep 17 00:00:00 2001
From: gifrerenom <lluis.gifre@cttc.es>
Date: Thu, 20 Apr 2023 12:55:26 +0000
Subject: [PATCH] Manifests:

- Updated Device requested and limit resources
---
 manifests/deviceservice.yaml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/manifests/deviceservice.yaml b/manifests/deviceservice.yaml
index ad54f4b6c..f9a6d987d 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
-- 
GitLab