prep migration for release

This commit is contained in:
Milo Schwartz 2025-01-30 00:03:11 -05:00
parent bdf72662bf
commit 5ce6cb01ff
No known key found for this signature in database
6 changed files with 107 additions and 25 deletions

View file

@ -4,7 +4,13 @@ api:
providers:
http:
endpoint: "http://pangolin:{{.INTERNAL_PORT}}/api/v1/traefik-config"
endpoint: "http://pangolin:3001/api/v1/traefik-config/http"
pollInterval: "5s"
udp:
endpoint: "http://pangolin:3001/api/v1/traefik-config/udp"
pollInterval: "5s"
tcp:
endpoint: "http://pangolin:3001/api/v1/traefik-config/tcp"
pollInterval: "5s"
file:
filename: "/etc/traefik/dynamic_config.yml"