diff options
author | Franck Cuny <franck@fcuny.net> | 2022-04-13 14:22:44 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-04-13 14:22:44 -0700 |
commit | 369000d68b4583879e5f8a7948aa5300f041663f (patch) | |
tree | 2864d1e14b88a123cb908d3cd2bc5f1bb8c35888 /modules/services/prometheus | |
parent | modules: make the vhost be configurable (diff) | |
download | world-369000d68b4583879e5f8a7948aa5300f041663f.tar.gz |
traefik: remove the module
Diffstat (limited to 'modules/services/prometheus')
-rw-r--r-- | modules/services/prometheus/default.nix | 5 |
1 files changed, 0 insertions, 5 deletions
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 @@ -132,11 +132,6 @@ in { 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" ]; }]; relabel_configs = relabelConfigs; |