[OOM] Fixing k8s resources and limits
[oom.git] / kubernetes / msb / components / msb-consul / values.yaml
index 01f2466..bc200ea 100644 (file)
@@ -69,18 +69,18 @@ flavor: small
 resources:
   small:
     limits:
-      cpu: 20m
-      memory: 100Mi
+      cpu: 999
+      memory: 0.5Gi
     requests:
-      cpu: 10m
-      memory: 50Mi
+      cpu: 0.5
+      memory: 0.5Gi
   large:
     limits:
-      cpu: 40m
-      memory: 200Mi
+      cpu: 999
+      memory: 1Gi
     requests:
-      cpu: 20m
-      memory: 100Mi
+      cpu: 1
+      memory: 1Gi
   unlimited: {}
 
 securityContext: