From ecad3014b87ffd3027b9c8b2bb6692a128d818e2 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Thu, 9 Jan 2025 19:50:46 -0600 Subject: [PATCH] fix path --- hosts/ps08rp/traefik/traefik_config/conf/metrics.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/ps08rp/traefik/traefik_config/conf/metrics.yml b/hosts/ps08rp/traefik/traefik_config/conf/metrics.yml index 3b02e5a23..cd777dcc4 100644 --- a/hosts/ps08rp/traefik/traefik_config/conf/metrics.yml +++ b/hosts/ps08rp/traefik/traefik_config/conf/metrics.yml @@ -1,7 +1,7 @@ http: routers: prometheus: - rule: "(Host(`traefik-ps10rp.alexlebens.net`) && Path(`/metrics`))" + rule: "(Host(`traefik-ps08rp.alexlebens.net`) && Path(`/metrics`))" entryPoints: websecure service: prometheus@internal middlewares: