diff --git a/sdl/expose.go b/sdl/expose.go index 582c2349f2..23e26f96c1 100644 --- a/sdl/expose.go +++ b/sdl/expose.go @@ -75,10 +75,6 @@ func (sdl v2Expose) toManifestExposes(endpointNames map[string]uint32) (manifest if len(sdl.To) > 0 { for _, to := range sdl.To { - if !to.Global { - continue - } - // This value is created just so it can be passed to the utility function expose := manifest.ServiceExpose{ Service: to.Service,