[UUI][CDS] Fix Nodeport settings

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
diff --git a/kubernetes/uui/components/uui-server/values.yaml b/kubernetes/uui/components/uui-server/values.yaml
index 152f27d..8cdda46 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
@@ -104,6 +104,7 @@
   type: NodePort
   name: uui-server
   internalPort: 8082
+  nodePortPrefixOverride: 303
   ports:
     - name: http
       port: 8082