Fix the nodeport assignment of cds-ui and uui and
uui-server.
Fixed as well MultiCloud services.
Issue-ID: OOM-3209
Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
Change-Id: I8792211b9791a16b2d4b762b4517ccd3511408bf
(cherry picked from commit 
aeb99f4c74b300a16e96268d8a3956efd8bddeeb)
 
     - name: http
       port: 3000
       nodePort: 97
+      useNodePortExt: true
 
 ingress:
   enabled: false
 
     - name: http
       port: 9011
       nodePort: '87'
+      useNodePortExt: true
   annotations:
     msb.onap.org/service-info: |
       {{ if .Values.global.msbEnabled -}}[
 
     - name: http
       port: 9015
       nodePort: '98'
+      useNodePortExt: true
   annotations:
     msb.onap.org/service-info: |
       {{ if .Values.global.msbEnabled -}}[
 
     - name: http
       port: 9009
       nodePort: '85'
+      useNodePortExt: true
   annotations:
     msb.onap.org/service-info: |
       {{ if .Values.global.msbEnabled -}}[
 
 # Global configuration defaults.
 #################################################################
 global:
-  uuiPortPrefix: 303
+  nodePortPrefix: 302
 
 secrets:
   - uid: pg-root-pass
   type: NodePort
   name: uui-server
   internalPort: 8082
+  nodePortPrefixOverride: 303
   ports:
     - name: http
       port: 8082
 
 # This is a YAML-formatted file.
 # Declare variables to be passed into your templates.
 global:
-  uuiPortPrefix: 303
+  nodePortPrefix: 302
 
 subChartsOnly:
   enabled: true
   type: NodePort
   name: uui
   internalPort: 8080
+  nodePortPrefixOverride: 303
   ports:
     - name: http
       port: 8080