From b0e863a81a654b8690e8a5690c6397cb69582085 Mon Sep 17 00:00:00 2001 From: auto-sync Date: Thu, 26 Jun 2025 02:54:47 +0000 Subject: [PATCH] auto: update Prometheus scrape config --- .../additional-scrape-configs.yaml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/manifests/prometheus-scrape-secret/additional-scrape-configs.yaml b/manifests/prometheus-scrape-secret/additional-scrape-configs.yaml index 8622905..c037454 100644 --- a/manifests/prometheus-scrape-secret/additional-scrape-configs.yaml +++ b/manifests/prometheus-scrape-secret/additional-scrape-configs.yaml @@ -9,22 +9,16 @@ type: Opaque stringData: additional-scrape-configs.yaml: | # This content will be auto-updated by the pipeline - - job_name: harbor + - job_name: dev-tools static_configs: - targets: - harbor-core.dev-tools.svc.cluster.local:8001 - - job_name: vault - static_configs: - targets: - vault.dev-tools.svc.cluster.local:8200 - metrics_path: /v1/sys/metrics - scheme: http - - job_name: woodpecker - static_configs: - targets: - woodpecker-server.dev-tools.svc.cluster.local:9000 - - job_name: gitea - static_configs: - targets: - gitea-http.dev-tools.svc.cluster.local:3000 + metrics_path: /v1/sys/metrics + scheme: http bearer_token: prometheusmetricstoken