[HOLMES] Correct resources settings for holmes
[oom.git] / kubernetes / holmes / components / holmes-engine-mgmt / values.yaml
index 028ca8d..17e51d7 100644 (file)
@@ -108,17 +108,17 @@ readiness:
 resources:
   small:
     limits:
-      cpu: 500m
-      memory: 1Gi
+      cpu: 1
+      memory: 2Gi
     requests:
-      cpu: 250m
-      memory: 500Mi
+      cpu: 0.5
+      memory: 1Gi
   large:
     limits:
-      cpu: 500m
+      cpu: 1
       memory: 2Gi
     requests:
-      cpu: 250m
+      cpu: 1
       memory: 1Gi
   unlimited: {}