From 985418b9af840967045bdef1dde2dee442556b9c Mon Sep 17 00:00:00 2001 From: Owen Schwartz Date: Thu, 30 Jan 2025 12:16:56 -0500 Subject: [PATCH] Fix wrong config --- install/fs/traefik/traefik_config.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/install/fs/traefik/traefik_config.yml b/install/fs/traefik/traefik_config.yml index 4fdd3b62..6f0397dc 100644 --- a/install/fs/traefik/traefik_config.yml +++ b/install/fs/traefik/traefik_config.yml @@ -4,13 +4,7 @@ api: providers: http: - 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" + endpoint: "http://pangolin:3001/api/v1/traefik-config" pollInterval: "5s" file: filename: "/etc/traefik/dynamic_config.yml"