borchero/switchboard

Support for manually setting the target IP

ChristianCiach opened this issue · 1 comments

We deploy our Traefik as a DaemonSet with direct hostPort binding. This means that there is no service that switchboard could retrieve the external IP from.

Since our external IP never changes, it may be a simple fix to allow the configuration of a fixed IP that switchboard uses for all targets.

Makes sense, will add this feature!