Reduce resource allocation for pod-template

Change-Id: Ie76121249cd96a8bde96e05bf5bb8d429917fd43
Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com>
diff --git a/jenkins/pod-templates/tracecompass-pod.yaml b/jenkins/pod-templates/tracecompass-pod.yaml
index 721bf46..496d0ce 100644
--- a/jenkins/pod-templates/tracecompass-pod.yaml
+++ b/jenkins/pod-templates/tracecompass-pod.yaml
@@ -10,11 +10,11 @@
     args: ["-c", "/home/tracecompass/.vnc/xstartup.sh && cat"]
     resources:
       requests:
-        memory: "6Gi"
-        cpu: "2000m"
+        memory: "2.6Gi"
+        cpu: "1"
       limits:
-        memory: "6Gi"
-        cpu: "2000m"
+        memory: "2.6Gi"
+        cpu: "1"
     volumeMounts:
     - name: settings-xml
       mountPath: /home/jenkins/.m2/settings.xml