From 85750f2e623e4769fa221d86ea4c013117f5d63f Mon Sep 17 00:00:00 2001 From: Artur Troian Date: Mon, 7 Aug 2023 22:56:56 -0400 Subject: [PATCH] fix(sdl): remove check if expose is global when building Signed-off-by: Artur Troian --- sdl/expose.go | 4 ---- 1 file changed, 4 deletions(-) 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,