X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fsdc%2Fcomponents%2Fsdc-onboarding-be%2Fvalues.yaml;h=399aa4b13167309de4ea7bcc4c1fe682b0650bfb;hb=555db9c1f910db06341070941b466e6c05827e27;hp=cd02020325c2e8d71d0d320652d1cb4dc66d014b;hpb=5af17251adc63aaeadd34970ae1774c947e4ceb3;p=oom.git diff --git a/kubernetes/sdc/components/sdc-onboarding-be/values.yaml b/kubernetes/sdc/components/sdc-onboarding-be/values.yaml index cd02020325..399aa4b131 100644 --- a/kubernetes/sdc/components/sdc-onboarding-be/values.yaml +++ b/kubernetes/sdc/components/sdc-onboarding-be/values.yaml @@ -35,8 +35,8 @@ global: # Application configuration defaults. ################################################################# # application image -image: onap/sdc-onboard-backend:1.12.4 -onboardingInitImage: onap/sdc-onboard-cassandra-init:1.12.4 +image: onap/sdc-onboard-backend:1.12.5 +onboardingInitImage: onap/sdc-onboard-cassandra-init:1.12.5 pullPolicy: Always # flag to enable debugging - application support required @@ -131,18 +131,18 @@ flavor: small resources: small: limits: - cpu: 500m - memory: 2Gi + cpu: 999 + memory: 1.5Gi requests: - cpu: 40m - memory: 1Gi + cpu: 0.5 + memory: 1.5Gi large: limits: - cpu: 1 - memory: 4Gi + cpu: 999 + memory: 3Gi requests: - cpu: 80m - memory: 2Gi + cpu: 1 + memory: 3Gi unlimited: {} #Pods Service Account