[SDC] Fix sdc-helm-validator resource settings
[oom.git] / kubernetes / sdc / components / sdc-helm-validator / values.yaml
index a2b4ef3..39f9a91 100644 (file)
@@ -59,15 +59,15 @@ resources:
   small:
     limits:
       cpu: 1
-      memory: 256Mi
+      memory: 0.5Gi
     requests:
-      cpu: 1
-      memory: 256Mi
+      cpu: 0.5
+      memory: 0.5Gi
   large:
     limits:
       cpu: 2
       memory: 1Gi
     requests:
       cpu: 1
-      memory: 256Mi
+      memory: 1Gi
   unlimited: {}