From 2af56d778161cfc908ac8d596c89da833309295d Mon Sep 17 00:00:00 2001
From: gifrerenom <lluis.gifre@cttc.es>
Date: Fri, 15 Sep 2023 09:37:11 +0000
Subject: [PATCH] Recovered Manifest files

---
 manifests/dltservice.yaml   | 4 ++--
 manifests/webuiservice.yaml | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/manifests/dltservice.yaml b/manifests/dltservice.yaml
index 6b0139302..5e8f745f7 100644
--- a/manifests/dltservice.yaml
+++ b/manifests/dltservice.yaml
@@ -73,10 +73,10 @@ spec:
         #  timeoutSeconds: 5
         resources:
           requests:
-            cpu: 250m
+            cpu: 200m
             memory: 512Mi
           limits:
-            cpu: 1000m
+            cpu: 700m
             memory: 1024Mi
 ---
 apiVersion: v1
diff --git a/manifests/webuiservice.yaml b/manifests/webuiservice.yaml
index 761c4d944..43caa9f04 100644
--- a/manifests/webuiservice.yaml
+++ b/manifests/webuiservice.yaml
@@ -59,7 +59,7 @@ spec:
             cpu: 50m
             memory: 128Mi
           limits:
-            cpu: 500m
+            cpu: 1000m
             memory: 1024Mi
       - name: grafana
         image: grafana/grafana:8.5.22
@@ -97,7 +97,7 @@ spec:
             cpu: 250m
             memory: 512Mi
           limits:
-            cpu: 1000m
+            cpu: 500m
             memory: 1024Mi
 ---
 apiVersion: v1
-- 
GitLab