From b8622238d0b1bed513afe36ae25ebf3015995f6c Mon Sep 17 00:00:00 2001 From: auto-sync Date: Mon, 30 Jun 2025 22:31:01 +0000 Subject: [PATCH] auto: update Prometheus scrape config --- .../additional-scrape-configs.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/manifests/prometheus-scrape-secret/additional-scrape-configs.yaml b/manifests/prometheus-scrape-secret/additional-scrape-configs.yaml index 4bd90f7..5a5ba8a 100644 --- a/manifests/prometheus-scrape-secret/additional-scrape-configs.yaml +++ b/manifests/prometheus-scrape-secret/additional-scrape-configs.yaml @@ -7,7 +7,7 @@ metadata: app.kubernetes.io/name: prometheus type: Opaque stringData: - additional-scrape-configs.yaml: | + additional-scrape-configs.yaml: |+ # This content will be auto-updated by the pipeline - job_name: harbor static_configs: @@ -31,3 +31,9 @@ stringData: - targets: - gitea-http.dev-tools.svc.cluster.local:3000 bearer_token: prometheusmetricstoken + - job_name: minio-bitnami + static_configs: + - targets: + - minio.dev-tools.svc.cluster.local:9000 + +...