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=4ae01bd82b4f60fa70abacea64502d43c69f1dcf;hpb=5d3c01e7a04a0c67fc90788ce7a7be254542c3c9;p=oom.git diff --git a/kubernetes/uui/components/uui-server/values.yaml b/kubernetes/uui/components/uui-server/values.yaml index 4ae01bd82b..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.1.3 +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: