X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fsdc%2Fcomponents%2Fsdc-be%2Fvalues.yaml;h=9191d5dd5aad3b3570c24153b87302747eca74e7;hb=555db9c1f910db06341070941b466e6c05827e27;hp=adf4b3e04e6564e603ed2bf6708eb0845fb6e7b5;hpb=b304a32a48e14ccc3f179e333a124588700bf1a4;p=oom.git diff --git a/kubernetes/sdc/components/sdc-be/values.yaml b/kubernetes/sdc/components/sdc-be/values.yaml index adf4b3e04e..9191d5dd5a 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.3 -backendInitImage: onap/sdc-backend-init:1.12.3 +image: onap/sdc-backend-all-plugins:1.12.5 +backendInitImage: onap/sdc-backend-init:1.12.5 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