forked from Ivasoft/traefik
add dependency, start provider and fetch data
add tons of labels Provide - WIP add rancher data over rancher types first version of direct fetch - pagination still an issue
This commit is contained in:
@@ -377,6 +377,9 @@ func (server *Server) configureProviders() {
|
||||
if server.globalConfiguration.ECS != nil {
|
||||
server.providers = append(server.providers, server.globalConfiguration.ECS)
|
||||
}
|
||||
if server.globalConfiguration.Rancher != nil {
|
||||
server.providers = append(server.providers, server.globalConfiguration.Rancher)
|
||||
}
|
||||
}
|
||||
|
||||
func (server *Server) startProviders() {
|
||||
|
||||
Reference in New Issue
Block a user