aboutsummaryrefslogtreecommitdiffstats
path: root/src/kube2msb/msb_client.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/kube2msb/msb_client.go')
-rw-r--r--src/kube2msb/msb_client.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/kube2msb/msb_client.go b/src/kube2msb/msb_client.go
index 74e2319..9e16d00 100644
--- a/src/kube2msb/msb_client.go
+++ b/src/kube2msb/msb_client.go
@@ -125,6 +125,7 @@ func ServiceAnnotation2ServiceUnit(sa *ServiceAnnotation) *ServiceUnit {
LBPolicy: sa.LBPolicy,
VisualRange: sa.VisualRange,
Path: sa.Path,
+ EnableSSL: sa.EnableSSL,
Instances: []InstanceUnit{{ServiceIP: sa.IP, ServicePort: sa.Port}},
}
}