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
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
...