[OOM] Fixing k8s resources and limits
[oom.git] / kubernetes / sdc / components / sdc-helm-validator / values.yaml
index a2b4ef3..2c75b11 100644 (file)
@@ -58,16 +58,16 @@ flavor: small
 resources:
   small:
     limits:
-      cpu: 1
-      memory: 256Mi
+      cpu: 999
+      memory: 0.5Gi
     requests:
-      cpu: 1
-      memory: 256Mi
+      cpu: 0.5
+      memory: 0.5Gi
   large:
     limits:
-      cpu: 2
+      cpu: 999
       memory: 1Gi
     requests:
       cpu: 1
-      memory: 256Mi
+      memory: 1Gi
   unlimited: {}