summaryrefslogtreecommitdiffstats
path: root/kubernetes/multicloud/charts/multicloud-fcaps/templates/service.yaml
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2020-02-05 07:31:50 +0000
committerGerrit Code Review <gerrit@onap.org>2020-02-05 07:31:50 +0000
commit00fd764cb5bdfd020e05a2391639857f6181f0cb (patch)
tree5964791a1dcce49670eb7227157f2b2b8a8a6a87 /kubernetes/multicloud/charts/multicloud-fcaps/templates/service.yaml
parentd622ece51e323fe4586a85d81bf014bfa61bca40 (diff)
parent842a484256b8bf39dc00a70f389914ef733f990f (diff)
Merge "Enable multicloud openstack https endpoints"
Diffstat (limited to 'kubernetes/multicloud/charts/multicloud-fcaps/templates/service.yaml')
-rw-r--r--kubernetes/multicloud/charts/multicloud-fcaps/templates/service.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/kubernetes/multicloud/charts/multicloud-fcaps/templates/service.yaml b/kubernetes/multicloud/charts/multicloud-fcaps/templates/service.yaml
index 75cd4c0dda..fabe32e0ff 100644
--- a/kubernetes/multicloud/charts/multicloud-fcaps/templates/service.yaml
+++ b/kubernetes/multicloud/charts/multicloud-fcaps/templates/service.yaml
@@ -32,6 +32,7 @@ metadata:
"url": "/api/multicloud-fcaps/v0",
"protocol": "REST",
"port": "{{ .Values.service.externalPort }}",
+ "enable_ssl": {{ .Values.config.ssl_enabled }},
"visualRange": "1"
},
{
@@ -40,6 +41,7 @@ metadata:
"url": "/api/multicloud-fcaps/v1",
"protocol": "REST",
"port": "{{ .Values.service.externalPort }}",
+ "enable_ssl": {{ .Values.config.ssl_enabled }},
"visualRange": "1"
}
]'