From 4a987ef9644be1a93e2524f535d4fde26332f5c3 Mon Sep 17 00:00:00 2001 From: auto-sync Date: Thu, 24 Jul 2025 11:51:18 +0000 Subject: [PATCH] auto: update Prometheus scrape config --- .../additional-scrape-configs.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/manifests/prometheus-scrape-secret/additional-scrape-configs.yaml b/manifests/prometheus-scrape-secret/additional-scrape-configs.yaml index 409574d..2e41a85 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: @@ -24,8 +24,4 @@ stringData: - targets: - minio.infra.svc.cluster.local:9000 - - job_name: nextcloud - static_configs: - - targets: - - nextcloud-exporter.my-apps.svc.cluster.local:9205 - scheme: http +...