X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fsdc%2Fcomponents%2Fsdc-be%2Fvalues.yaml;h=553f5ed3cf569b25c011110601c461179d69a2ee;hb=f283388dc6ae7a910287b83e2b9a80310a9f0ac2;hp=f6c26949928ae7f174cc5dd5a62a628ce35a4b32;hpb=54ba66aa4d3529f197d1825f0cbd06ab88e0d509;p=oom.git diff --git a/kubernetes/sdc/components/sdc-be/values.yaml b/kubernetes/sdc/components/sdc-be/values.yaml index f6c2694992..553f5ed3cf 100644 --- a/kubernetes/sdc/components/sdc-be/values.yaml +++ b/kubernetes/sdc/components/sdc-be/values.yaml @@ -39,8 +39,8 @@ global: # Application configuration defaults. ################################################################# # application image -image: onap/sdc-backend-all-plugins:1.12.4 -backendInitImage: onap/sdc-backend-init:1.12.4 +image: onap/sdc-backend-all-plugins:1.13.6 +backendInitImage: onap/sdc-backend-init:1.13.6 pullPolicy: Always @@ -155,18 +155,18 @@ flavor: small resources: small: limits: - cpu: 1 - memory: 2Gi + cpu: 999 + memory: 3Gi requests: - cpu: 100m - memory: 1Gi + cpu: 0.5 + memory: 3Gi large: limits: - cpu: 2 - memory: 4Gi + cpu: 999 + memory: 6Gi requests: - cpu: 200m - memory: 2Gi + cpu: 1 + memory: 6Gi unlimited: {} #Pods Service Account