auto: update Prometheus scrape config

This commit is contained in:
auto-sync 2025-07-24 11:51:18 +00:00
parent 936d7e1e82
commit 4a987ef964

View File

@ -7,7 +7,7 @@ metadata:
app.kubernetes.io/name: prometheus app.kubernetes.io/name: prometheus
type: Opaque type: Opaque
stringData: stringData:
additional-scrape-configs.yaml: | additional-scrape-configs.yaml: |+
# This content will be auto-updated by the pipeline # This content will be auto-updated by the pipeline
- job_name: harbor - job_name: harbor
static_configs: static_configs:
@ -24,8 +24,4 @@ stringData:
- targets: - targets:
- minio.infra.svc.cluster.local:9000 - minio.infra.svc.cluster.local:9000
- job_name: nextcloud ...
static_configs:
- targets:
- nextcloud-exporter.my-apps.svc.cluster.local:9205
scheme: http