Expose multicloud endpoints in https
[oom.git] / kubernetes / multicloud / templates / service.yaml
index e34bdf4..64f9de0 100644 (file)
@@ -33,6 +33,7 @@ metadata:
       "url": "/api/multicloud/v0",
       "protocol": "REST",
       "port": "{{ .Values.service.externalPort }}",
+      "enable_ssl": "{{ .Values.config.ssl_enabled }}",
       "visualRange": "1"
     },
     {
@@ -41,6 +42,7 @@ metadata:
       "url": "/api/multicloud/v1",
       "protocol": "REST",
       "port": "{{ .Values.service.externalPort }}",
+      "enable_ssl": "{{ .Values.config.ssl_enabled }}",
       "visualRange": "1"
     }
     ]'