X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fportal%2Fcharts%2Fportal-widget%2Fvalues.yaml;h=7a025097379f3e8e9f452420fde70340e428bce2;hb=525447ad64582c9d8a94542cc32e89c9986d864d;hp=52649384aab9ddf5d967b7e73f51e3d73a578c7a;hpb=ddf809bf555a81781e204f65d462956690c044a3;p=oom.git diff --git a/kubernetes/portal/charts/portal-widget/values.yaml b/kubernetes/portal/charts/portal-widget/values.yaml index 52649384aa..7a02509737 100644 --- a/kubernetes/portal/charts/portal-widget/values.yaml +++ b/kubernetes/portal/charts/portal-widget/values.yaml @@ -29,7 +29,7 @@ global: ################################################################# # application image repository: nexus3.onap.org:10001 -image: onap/portal-wms:2.3.0-STAGING-latest +image: onap/portal-wms:2.6.0 pullPolicy: Always # flag to enable debugging - application support required @@ -68,17 +68,17 @@ service: ingress: enabled: false -# Resource Limit flavor -By Default using small +# Resource Limit flavor -By Default using small flavor: small # Segregation for Different environment (Small and Large) resources: small: limits: cpu: 1 - memory: 4Gi + memory: 430Mi requests: - cpu: 500m - memory: 2Gi + cpu: 1m + memory: 360Mi large: limits: cpu: 2 @@ -86,3 +86,4 @@ resources: requests: cpu: 1 memory: 4Gi + unlimited: {}