[OOM] Fixing k8s resources and limits
[oom.git] / kubernetes / dcaegen2-services / components / dcae-tcagen2 / values.yaml
index 191a5b1..03db9a0 100644 (file)
@@ -161,17 +161,17 @@ flavor: small
 resources:
   small:
     limits:
-      cpu: 2
-      memory: 2Gi
+      cpu: 999
+      memory: 1Gi
     requests:
-      cpu: 1
+      cpu: 0.5
       memory: 1Gi
   large:
     limits:
-      cpu: 4
-      memory: 4Gi
+      cpu: 999
+      memory: 2Gi
     requests:
-      cpu: 2
+      cpu: 1
       memory: 2Gi
   unlimited: {}