X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fuui%2Fcomponents%2Fuui-server%2Fvalues.yaml;h=87756d6bbe2fb1c9e64c319a10ef08fa2425c43a;hb=867602f80edce6d9cc47bb26f78a3a2787d8322f;hp=6dd917b554da87a2d5c441625b1a15928ba796fb;hpb=87ce72d52641f4b0c0f1c8a088091e162b1273b1;p=oom.git diff --git a/kubernetes/uui/components/uui-server/values.yaml b/kubernetes/uui/components/uui-server/values.yaml index 6dd917b554..87756d6bbe 100644 --- a/kubernetes/uui/components/uui-server/values.yaml +++ b/kubernetes/uui/components/uui-server/values.yaml @@ -20,7 +20,7 @@ # Global configuration defaults. ################################################################# global: - uuiPortPrefix: 303 + nodePortPrefix: 302 secrets: - uid: pg-root-pass @@ -48,7 +48,7 @@ flavor: small # application image repository: nexus3.onap.org:10001 -image: onap/usecase-ui-server:5.2.1 +image: onap/usecase-ui-server:5.2.2 pullPolicy: Always # application configuration @@ -104,6 +104,7 @@ service: type: NodePort name: uui-server internalPort: 8082 + nodePortPrefixOverride: 303 ports: - name: http port: 8082 @@ -144,17 +145,17 @@ resources: small: limits: cpu: 1.5 - memory: 350Mi + memory: 2Gi requests: cpu: 1 - memory: 245Mi + memory: 1Gi large: limits: cpu: 2 - memory: 500Mi + memory: 4Gi requests: cpu: 1 - memory: 500Mi + memory: 2Gi unlimited: {} serviceAccount: