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
           "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 }}
 
 
           "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 }}