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