X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fportal%2Fcharts%2Fportal-app%2Fvalues.yaml;h=a0c3d360c969abd43d400e7b6141961a0ac1366c;hb=d56c7fdc84ae5c78ef9e7670a6952e31fd06d043;hp=4623738003c16c72517e72025d6a9aa1635139e8;hpb=e5fa9fbdcbb3dfc403c33bb9b559c2e81291899e;p=oom.git diff --git a/kubernetes/portal/charts/portal-app/values.yaml b/kubernetes/portal/charts/portal-app/values.yaml index 4623738003..a0c3d360c9 100644 --- a/kubernetes/portal/charts/portal-app/values.yaml +++ b/kubernetes/portal/charts/portal-app/values.yaml @@ -28,7 +28,7 @@ global: ################################################################# # application image repository: nexus3.onap.org:10001 -image: onap/portal-app:2.5.0-STAGING-latest +image: onap/portal-app:2.6.0 pullPolicy: Always # default number of instances @@ -95,11 +95,11 @@ flavor: small resources: small: limits: - cpu: 2 - memory: 10Gi + cpu: 2.2 + memory: 800Mi requests: - cpu: 1 - memory: 6Gi + cpu: 30m + memory: 460Mi large: limits: cpu: 4