X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fsdc%2Fcomponents%2Fsdc-helm-validator%2Fvalues.yaml;h=39f9a91f9ec456f4926df75bc9b41fc22b024191;hb=79f4684c4fa30a462737c6b4b6f30ed0e4aecf81;hp=a2b4ef39f7ea2ea969b39a223bb92edf587c4df6;hpb=1df3539c188c062c1a4dde08e9a2baf83a155413;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..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: {}