[OOM] Fixing k8s resources and limits
[oom.git] / kubernetes / holmes / components / holmes-rule-mgmt / values.yaml
index 1553d66..a6a0bd0 100644 (file)
@@ -120,17 +120,17 @@ readiness:
 resources:
   small:
     limits:
-      cpu: 1
+      cpu: 999
       memory: 1Gi
     requests:
       cpu: 0.5
       memory: 1Gi
   large:
     limits:
-      cpu: 1
+      cpu: 999
       memory: 2Gi
     requests:
-      cpu: 0.5
+      cpu: 1
       memory: 1Gi
   unlimited: {}