Launch healhcheck only one time instead of two
This commit is contained in:
parent
d71e8ab7c9
commit
1e7f34c271
2 changed files with 2 additions and 2 deletions
|
@ -58,6 +58,8 @@ func (f *TCPRouterFactory) CreateTCPRouters(conf dynamic.Configuration) map[stri
|
|||
handlersNonTLS := routerManager.BuildHandlers(ctx, f.entryPoints, false)
|
||||
handlersTLS := routerManager.BuildHandlers(ctx, f.entryPoints, true)
|
||||
|
||||
serviceManager.LaunchHealthCheck()
|
||||
|
||||
// TCP
|
||||
svcTCPManager := tcp.NewManager(rtConf)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue