aboutsummaryrefslogtreecommitdiff
path: root/modules/services/prometheus/default.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-04-13 14:22:44 -0700
committerFranck Cuny <franck@fcuny.net>2022-04-13 14:22:44 -0700
commit369000d68b4583879e5f8a7948aa5300f041663f (patch)
tree2864d1e14b88a123cb908d3cd2bc5f1bb8c35888 /modules/services/prometheus/default.nix
parentmodules: make the vhost be configurable (diff)
downloadinfra-369000d68b4583879e5f8a7948aa5300f041663f.tar.gz
traefik: remove the module
Diffstat (limited to 'modules/services/prometheus/default.nix')
-rw-r--r--modules/services/prometheus/default.nix5
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;