X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fsdc%2Fcomponents%2Fsdc-helm-validator%2Fvalues.yaml;h=2c75b11f20649cdd9ffca1cc663dc49642cd4dcb;hb=555db9c1f910db06341070941b466e6c05827e27;hp=a2b4ef39f7ea2ea969b39a223bb92edf587c4df6;hpb=b304a32a48e14ccc3f179e333a124588700bf1a4;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..2c75b11f20 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: 999 + memory: 0.5Gi requests: - cpu: 1 - memory: 256Mi + cpu: 0.5 + memory: 0.5Gi large: limits: - cpu: 2 + cpu: 999 memory: 1Gi requests: cpu: 1 - memory: 256Mi + memory: 1Gi unlimited: {}