From 22791dbf558ebc8c2c4ccd5b4066dfe72bf34e9a Mon Sep 17 00:00:00 2001 From: Rob Watson Date: Tue, 18 Jul 2023 08:57:54 +0200 Subject: [PATCH] fix(prometheus): remove obsolete scrape config --- deploy/prod/prometheus.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/prod/prometheus.yaml b/deploy/prod/prometheus.yaml index dcfeb7c..c2a7260 100644 --- a/deploy/prod/prometheus.yaml +++ b/deploy/prod/prometheus.yaml @@ -293,7 +293,7 @@ scrape_configs: tls_config: insecure_skip_verify: true static_configs: - - targets: ["prod-db:9100", "prod-db:9187", "prod-netflux:9100"] + - targets: ["prod-db:9100", "prod-db:9187"] alerting: alertmanagers: - kubernetes_sd_configs: