From 4397cc0ef024fd6bed0eaba29307cdc21096e0f4 Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Fri, 1 Aug 2025 03:53:13 +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 aecd692..4729922 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.monitoring.svc.cluster.local:3001 + - uptime-kuma-prod.monitoring.svc.cluster.local:3001 basic_auth: username: dvirlabs password: dvir4210200Ho \ No newline at end of file