From 4e6c06412828683eaee42dbc9929c7d547141127 Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Fri, 1 Aug 2025 03:46:28 +0300 Subject: [PATCH] Add uptime kuma to prometheus --- .../additional-scrape-configs.yaml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/manifests/prometheus-scrape-secret/additional-scrape-configs.yaml b/manifests/prometheus-scrape-secret/additional-scrape-configs.yaml index 2e41a85..2a9b760 100644 --- a/manifests/prometheus-scrape-secret/additional-scrape-configs.yaml +++ b/manifests/prometheus-scrape-secret/additional-scrape-configs.yaml @@ -13,7 +13,6 @@ stringData: static_configs: - targets: - harbor-core.dev-tools.svc.cluster.local:8001 - - job_name: gitea static_configs: - targets: @@ -23,5 +22,10 @@ stringData: static_configs: - targets: - minio.infra.svc.cluster.local:9000 - -... + - job_name: uptime-kuma + static_configs: + - targets: + - uptime-kuma.dev-tools.svc.cluster.local:3001 + basic_auth: + username: dvirlabs + password: dvir4210200Ho \ No newline at end of file