From 52f118ca6a1dc7f205acc6dbaed0c7e64fb4e562 Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Fri, 1 Aug 2025 04:16:40 +0300 Subject: [PATCH] Fix uptime kuma to prometheus --- .../prometheus-scrape-secret/additional-scrape-configs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/prometheus-scrape-secret/additional-scrape-configs.yaml b/manifests/prometheus-scrape-secret/additional-scrape-configs.yaml index 3594569..f64e136 100644 --- a/manifests/prometheus-scrape-secret/additional-scrape-configs.yaml +++ b/manifests/prometheus-scrape-secret/additional-scrape-configs.yaml @@ -26,7 +26,7 @@ stringData: - job_name: uptime-kuma static_configs: - targets: - - uptime-kuma.prod.monitoring.svc.cluster.local:3001 + - uptime-kuma-prod.monitoring.svc.cluster.local:3001 basic_auth: username: dvirlabs password: dvir4210200Ho