From 0bb17cd2f34918add1ddaedeb0a66531dea561a3 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Sun, 7 Sep 2025 17:32:13 +0200 Subject: go-away: use config.yml and vendor all configuration files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert Günzler --- bundles/go-away/files/traefik.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'bundles/go-away/files/traefik.yaml') diff --git a/bundles/go-away/files/traefik.yaml b/bundles/go-away/files/traefik.yaml index e44a842..a8fcb9d 100644 --- a/bundles/go-away/files/traefik.yaml +++ b/bundles/go-away/files/traefik.yaml @@ -4,6 +4,10 @@ http: loadBalancer: servers: - url: http://${node.metadata.get("container_gateway", "10.89.0.1")}:${node.metadata.get("go-away/port")} + go-away-metrics: + loadBalancer: + servers: + - url: http://${node.metadata.get("container_gateway", "10.89.0.1")}:${node.metadata.get("go-away-metrics/port")} routers: gzr-im: @@ -26,3 +30,11 @@ http: - tls-redirect@file tls: certResolver: le + + go-away-metrics: + rule: Path(`/metrics/go-away`) + entryPoints: + - metrics + service: go-away-metrics + middlewares: + - replacepath-metrics@docker -- cgit 1.4.1