[OOM] Fixing k8s resources and limits

This fix is adjusting OOM helm charts components resources limits and requests

Issue-ID: OOM-3199

Signed-off-by: Vladimir Turok <vladimir.turok@t-systems.com>
Change-Id: I56aeba925cda4984277ac7bbf23cfd158263d30f
diff --git a/kubernetes/sdc/components/sdc-onboarding-be/values.yaml b/kubernetes/sdc/components/sdc-onboarding-be/values.yaml
index 06aee17..399aa4b 100644
--- a/kubernetes/sdc/components/sdc-onboarding-be/values.yaml
+++ b/kubernetes/sdc/components/sdc-onboarding-be/values.yaml
@@ -131,18 +131,18 @@
 resources:
   small:
     limits:
-      cpu: 500m
-      memory: 2Gi
+      cpu: 999
+      memory: 1.5Gi
     requests:
-      cpu: 40m
-      memory: 1Gi
+      cpu: 0.5
+      memory: 1.5Gi
   large:
     limits:
-      cpu: 1
-      memory: 4Gi
+      cpu: 999
+      memory: 3Gi
     requests:
-      cpu: 80m
-      memory: 2Gi
+      cpu: 1
+      memory: 3Gi
   unlimited: {}
 
 #Pods Service Account