aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kubernetes/sdc/components/sdc-helm-validator/values.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/kubernetes/sdc/components/sdc-helm-validator/values.yaml b/kubernetes/sdc/components/sdc-helm-validator/values.yaml
index a2b4ef39f7..39f9a91f9e 100644
--- a/kubernetes/sdc/components/sdc-helm-validator/values.yaml
+++ b/kubernetes/sdc/components/sdc-helm-validator/values.yaml
@@ -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: {}