Merge "[SDC] Fix MSB annotation for sdc-be service port"
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>
Fri, 16 Oct 2020 06:50:34 +0000 (06:50 +0000)
committerGerrit Code Review <gerrit@onap.org>
Fri, 16 Oct 2020 06:50:34 +0000 (06:50 +0000)
kubernetes/common/common/templates/_service.tpl
kubernetes/sdc/components/sdc-be/values.yaml

index 3d745ed..dddd634 100644 (file)
@@ -94,6 +94,7 @@ annotations:
         "version": "{{ default "v1" $msb_information.version }}",
         "url": "{{ default "/" $msb_information.url }}",
         "protocol": "{{ default "REST" $msb_information.protocol }}",
+        "enable_ssl": {{ default false $msb_information.enable_ssl }},
         "port": "{{ $msb_information.port }}",
         "visualRange":"{{ default "1" $msb_information.visualRange }}"
       }
index b825b70..03b6db0 100644 (file)
@@ -104,12 +104,13 @@ service:
   name: sdc-be
   both_tls_and_plain: true
   msb:
-    - port: 8080
+    - port: 8443
       url: "/sdc/v1"
       version: "v1"
       protocol: "REST"
       visualRange: "1"
       serviceName: sdc
+      enable_ssl: true
     - port: 8080
       url: "/sdc/v1"
       version: "v1"