X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fsdc%2Fcomponents%2Fsdc-fe%2Fvalues.yaml;h=4c9f6af6d61b0b3e6590943c657e711d5636c86d;hb=555db9c1f910db06341070941b466e6c05827e27;hp=b548c05cf45da276264b473f2047e7ef5c725403;hpb=5af17251adc63aaeadd34970ae1774c947e4ceb3;p=oom.git diff --git a/kubernetes/sdc/components/sdc-fe/values.yaml b/kubernetes/sdc/components/sdc-fe/values.yaml index b548c05cf4..4c9f6af6d6 100644 --- a/kubernetes/sdc/components/sdc-fe/values.yaml +++ b/kubernetes/sdc/components/sdc-fe/values.yaml @@ -23,7 +23,7 @@ global: # Application configuration defaults. ################################################################# # application image -image: onap/sdc-frontend:1.12.4 +image: onap/sdc-frontend:1.12.5 pullPolicy: Always config: @@ -122,17 +122,17 @@ flavor: small resources: small: limits: - cpu: 500m - memory: 2Gi + cpu: 999 + memory: 1Gi requests: - cpu: 40m + cpu: 0.5 memory: 1Gi large: limits: - cpu: 1 - memory: 4Gi + cpu: 999 + memory: 2Gi requests: - cpu: 80m + cpu: 1 memory: 2Gi unlimited: {}