[OOM] Fixing k8s resources and limits
[oom.git] / kubernetes / cps / components / ncmp-dmi-plugin / values.yaml
index fcc4808..4f0dfed 100644 (file)
@@ -88,15 +88,15 @@ replicaCount: 1
 resources:
   small:
     limits:
-      cpu: 2
-      memory: 2Gi
+      cpu: 999
+      memory: 1Gi
     requests:
       cpu: 1
       memory: 1Gi
   large:
     limits:
-      cpu: 4
-      memory: 4Gi
+      cpu: 999
+      memory: 2Gi
     requests:
       cpu: 2
       memory: 2Gi