[OOM] Fixing k8s resources and limits
[oom.git] / kubernetes / cds / components / cds-ui / values.yaml
index 4003993..cd7c64e 100644 (file)
@@ -96,18 +96,18 @@ flavor: small
 resources:
   small:
     limits:
-      cpu: 1
-      memory: 1Gi
+      cpu: 999
+      memory: 0.2Gi
     requests:
-      cpu: 10m
-      memory: 100Mi
+      cpu: 0.5
+      memory: 0.2Gi
   large:
     limits:
-      cpu: 2
-      memory: 2Gi
+      cpu: 999
+      memory: 0.2Gi
     requests:
-      cpu: 200m
-      memory: 200Mi
+      cpu: 1
+      memory: 0.2Gi
   unlimited: {}
 
 #Pods Service Account