From 369000d68b4583879e5f8a7948aa5300f041663f Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 13 Apr 2022 14:22:44 -0700 Subject: traefik: remove the module --- modules/services/prometheus/default.nix | 5 ----- 1 file changed, 5 deletions(-) (limited to 'modules/services/prometheus/default.nix') diff --git a/modules/services/prometheus/default.nix b/modules/services/prometheus/default.nix index e4fa897..37cbbac 100644 --- a/modules/services/prometheus/default.nix +++ b/modules/services/prometheus/default.nix @@ -131,11 +131,6 @@ in { static_configs = [{ targets = [ "192.168.6.20:9090" ]; }]; relabel_configs = relabelConfigs; } - { - job_name = "traefik"; - static_configs = [{ targets = [ "192.168.6.20:8090" ]; }]; - relabel_configs = relabelConfigs; - } { job_name = "gitea"; static_configs = [{ targets = [ "192.168.6.20:8002" ]; }]; -- cgit 1.4.1