diff --git a/pkg/model/chi/creator/service.go b/pkg/model/chi/creator/service.go index a3e66ca80..39c7adedd 100644 --- a/pkg/model/chi/creator/service.go +++ b/pkg/model/chi/creator/service.go @@ -224,7 +224,7 @@ func (m *ServiceManager) createServiceHost(host *chi.Host) *core.Service { Selector: m.tagger.Selector(interfaces.SelectorHostScope, host), ClusterIP: TemplateDefaultsServiceClusterIP, Type: "ClusterIP", - PublishNotReadyAddresses: true, + PublishNotReadyAddresses: false, }, } creator.SvcAppendSpecifiedPorts(svc, host) diff --git a/pkg/model/chk/creator/service.go b/pkg/model/chk/creator/service.go index 997692b8b..dd7b035b4 100644 --- a/pkg/model/chk/creator/service.go +++ b/pkg/model/chk/creator/service.go @@ -224,7 +224,7 @@ func (m *ServiceManager) createServiceHost(host *chi.Host) *core.Service { Selector: m.tagger.Selector(interfaces.SelectorHostScope, host), ClusterIP: TemplateDefaultsServiceClusterIP, Type: "ClusterIP", - PublishNotReadyAddresses: true, + PublishNotReadyAddresses: false, }, } creator.SvcAppendSpecifiedPorts(svc, host)