[OOM] Fixing k8s resources and limits
[oom.git] / kubernetes / dmaap / components / dmaap-bc / values.yaml
index 58631e1..5c291f0 100644 (file)
@@ -120,15 +120,15 @@ flavor: small
 resources:
   small:
     limits:
-      cpu: 2
-      memory: 4Gi
+      cpu: 999
+      memory: 1Gi
     requests:
       cpu: 1
       memory: 1Gi
   large:
     limits:
-      cpu: 4
-      memory: 8Gi
+      cpu: 999
+      memory: 2Gi
     requests:
       cpu: 2
       memory: 2Gi