X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fsdc%2Fcomponents%2Fsdc-helm-validator%2Fvalues.yaml;h=3470770ac6415c239cc08906db8f75552f423e75;hb=8cbb3d9b964b774b1400df5d909913b669c2a243;hp=2c75b11f20649cdd9ffca1cc663dc49642cd4dcb;hpb=491446e0ef8966809476e969544ef6187e39bd58;p=oom.git diff --git a/kubernetes/sdc/components/sdc-helm-validator/values.yaml b/kubernetes/sdc/components/sdc-helm-validator/values.yaml index 2c75b11f20..3470770ac6 100644 --- a/kubernetes/sdc/components/sdc-helm-validator/values.yaml +++ b/kubernetes/sdc/components/sdc-helm-validator/values.yaml @@ -58,16 +58,16 @@ flavor: small resources: small: limits: - cpu: 999 - memory: 0.5Gi + cpu: "1" + memory: "500Mi" requests: - cpu: 0.5 - memory: 0.5Gi + cpu: "0.5" + memory: "500Mi" large: limits: - cpu: 999 - memory: 1Gi + cpu: "2" + memory: "1Gi" requests: - cpu: 1 - memory: 1Gi + cpu: "1" + memory: "1Gi" unlimited: {}