X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fsdc%2Fcomponents%2Fsdc-helm-validator%2Fvalues.yaml;h=363a05934d538eb9c58316c4ae7d4e4e12574208;hb=refs%2Fheads%2Fmaster;hp=a2b4ef39f7ea2ea969b39a223bb92edf587c4df6;hpb=5d3c01e7a04a0c67fc90788ce7a7be254542c3c9;p=oom.git diff --git a/kubernetes/sdc/components/sdc-helm-validator/values.yaml b/kubernetes/sdc/components/sdc-helm-validator/values.yaml index a2b4ef39f7..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: 1 - memory: 256Mi + cpu: "1" + memory: "500Mi" requests: - cpu: 1 - memory: 256Mi + cpu: "0.5" + memory: "500Mi" large: limits: - cpu: 2 - memory: 1Gi + cpu: "2" + memory: "1Gi" requests: - cpu: 1 - memory: 256Mi + cpu: "1" + memory: "1Gi" unlimited: {}