X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fportal%2Fcharts%2Fportal-sdk%2Fvalues.yaml;h=8572ff83dac5060339861fdb16299c5cbe8d11c9;hb=05942430664ddd4a35f830c5e7488ecd4122c83d;hp=b61c84a494148ce86eef126902412af767bbaf62;hpb=99b4523cfe191ab8d1f0d82bb68ab1605f881dab;p=oom.git diff --git a/kubernetes/portal/charts/portal-sdk/values.yaml b/kubernetes/portal/charts/portal-sdk/values.yaml index b61c84a494..8572ff83da 100644 --- a/kubernetes/portal/charts/portal-sdk/values.yaml +++ b/kubernetes/portal/charts/portal-sdk/values.yaml @@ -28,7 +28,7 @@ global: ################################################################# # application image repository: nexus3.onap.org:10001 -image: onap/portal-sdk:2.5.0-STAGING-latest +image: onap/portal-sdk:2.6.0 pullPolicy: Always # flag to enable debugging - application support required @@ -82,6 +82,12 @@ messageRouter: ingress: enabled: false + service: + - baseaddr: portalsdk + name: "portal-sdk" + port: 8080 + config: + ssl: "none" # Resource Limit flavor -By Default using small flavor: small @@ -89,11 +95,11 @@ flavor: small resources: small: limits: - cpu: 4 - memory: 10Gi + cpu: 600m + memory: 1.6Gi requests: - cpu: 2 - memory: 5Gi + cpu: 10m + memory: 1.3Gi large: limits: cpu: 8