forked from Ivasoft/traefik
Adds Kubernetes provider support
Co-authored-by: Julien Salleyron <julien@containo.us>
This commit is contained in:
committed by
Traefiker Bot
parent
2c0bf335ba
commit
848e45c22c
@@ -35,6 +35,10 @@ func NewProviderAggregator(conf static.Providers) ProviderAggregator {
|
||||
p.quietAddProvider(conf.Rest)
|
||||
}
|
||||
|
||||
if conf.Kubernetes != nil {
|
||||
p.quietAddProvider(conf.Kubernetes)
|
||||
}
|
||||
|
||||
return p
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user