aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/common/common
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2020-10-16 06:50:34 +0000
committerGerrit Code Review <gerrit@onap.org>2020-10-16 06:50:34 +0000
commitcf0dc5a8981899a22318bee7f07b34375906aceb (patch)
tree529e87a263d2cd01cf81689255632adef313121f /kubernetes/common/common
parent1bd3202dd2d2062ba4ac128bf5167ae728ad6a6c (diff)
parent51bb5427ee960a4a5be307839c884d75bcd9d17c (diff)
Merge "[SDC] Fix MSB annotation for sdc-be service port"
Diffstat (limited to 'kubernetes/common/common')
-rw-r--r--kubernetes/common/common/templates/_service.tpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/kubernetes/common/common/templates/_service.tpl b/kubernetes/common/common/templates/_service.tpl
index 3d745ed819..dddd63491d 100644
--- a/kubernetes/common/common/templates/_service.tpl
+++ b/kubernetes/common/common/templates/_service.tpl
@@ -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 }}"
}