From d68b4a6569e93617cf8bb512c693b5cd690bb23b Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Fri, 1 Aug 2025 04:01:31 +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 4729922..535407f 100644 --- a/manifests/prometheus-scrape-secret/additional-scrape-configs.yaml +++ b/manifests/prometheus-scrape-secret/additional-scrape-configs.yaml @@ -25,7 +25,7 @@ stringData: - job_name: uptime-kuma static_configs: - targets: - - uptime-kuma-prod.monitoring.svc.cluster.local:3001 + - https://kuma.dvirlabs.com basic_auth: username: dvirlabs password: dvir4210200Ho \ No newline at end of file