[UUI] Fix for MSB registration entries 88/134088/1
authorAndreas Geissler <andreas-geissler@telekom.de>
Wed, 12 Apr 2023 15:01:25 +0000 (17:01 +0200)
committerAndreas Geissler <andreas-geissler@telekom.de>
Wed, 12 Apr 2023 15:03:09 +0000 (17:03 +0200)
Get the correct port settings and disable SSL for the UUI ports
in the MSB registration

Issue-ID: MSB-755

Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
Change-Id: I2aecdc9b98e7784f861bede69b8f4ed68a1e7150

kubernetes/uui/components/uui-server/values.yaml
kubernetes/uui/values.yaml

index 05c7b3c..4ae01bd 100644 (file)
@@ -118,7 +118,8 @@ service:
           "path":"/iui/usecaseui",
           "protocol": "REST",
           "visualRange":"1",
-          "port": "{{ .Values.service.port }}",
+          "port": "{{ include "common.getPort" (dict "global" . "name" "http" "getPlain" true) }}",
+          "enable_ssl": false
         }
       ]{{ end }}
 
index ef1af20..325e5cc 100644 (file)
@@ -73,8 +73,8 @@ service:
           "path":"/iui/usecaseui",
           "protocol": "UI",
           "visualRange":"1",
-          "port": "http",
-          "port": "{{ include "common.getPort" (dict "global" . "name" "http" "getPlain" true) }}"
+          "port": "{{ include "common.getPort" (dict "global" . "name" "http" "getPlain" true) }}",
+          "enable_ssl": false
         }
       ]{{ end }}