[HOLMES] Correct resources settings for holmes
[oom.git] / kubernetes / holmes / components / holmes-rule-mgmt / values.yaml
index d91bb1e..1553d66 100644 (file)
@@ -120,18 +120,18 @@ readiness:
 resources:
   small:
     limits:
-      cpu: 250m
-      memory: 1024Mi
+      cpu: 1
+      memory: 1Gi
     requests:
-      cpu: 250m
-      memory: 256Mi
+      cpu: 0.5
+      memory: 1Gi
   large:
     limits:
-      cpu: 500m
+      cpu: 1
       memory: 2Gi
     requests:
-      cpu: 500m
-      memory: 512Mi
+      cpu: 0.5
+      memory: 1Gi
   unlimited: {}
 
 readinessCheck: