X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fsdc%2Fcomponents%2Fsdc-onboarding-be%2Fvalues.yaml;h=81d637314ff64987c22498c22563fb48eac18bdd;hb=6abb11b419fbb0bcc9bc3025e93658d945eccb3e;hp=06aee17daddc3d9c0f7bdad309d54e55275593de;hpb=cf72ae2047cada3be4be2b548afd1e61eeaa9601;p=oom.git diff --git a/kubernetes/sdc/components/sdc-onboarding-be/values.yaml b/kubernetes/sdc/components/sdc-onboarding-be/values.yaml index 06aee17dad..81d637314f 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.5 -onboardingInitImage: onap/sdc-onboard-cassandra-init:1.12.5 +image: onap/sdc-onboard-backend:1.13.6 +onboardingInitImage: onap/sdc-onboard-cassandra-init:1.13.6 pullPolicy: Always # flag to enable debugging - application support required @@ -131,18 +131,18 @@ flavor: small resources: small: limits: - cpu: 500m - memory: 2Gi + cpu: 1 + memory: 1.5Gi requests: - cpu: 40m - memory: 1Gi + cpu: 0.5 + memory: 1.5Gi large: limits: - cpu: 1 - memory: 4Gi + cpu: 2 + memory: 3Gi requests: - cpu: 80m - memory: 2Gi + cpu: 1 + memory: 3Gi unlimited: {} #Pods Service Account