sprnza
1
Is it possible to use several endpoints under http provider? If I add them like this I get none services discovered.
providers:
http:
endpoint:
- http://address:1554/traefik
- http://address:1555/traefik
- http://address:1556/traefik
- http://address:1557/traefik
If I leave out just one entry in the list the service gets discovered.
Hello @sprnza and thanks for your interest in Traefik,
Unfortunately, it is not possible to use several endpoints in the HTTP provider configuration as explained in the documentation.
Even if it is working, the documentation should be fixed because the YAML example uses an array instead of a plain string which is confusing.
sprnza
4
Thanks! The documentation for other providers should be fixed also I suppose.
system
Closed
5
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.