auto: update Prometheus scrape config

This commit is contained in:
auto-sync 2025-07-18 09:16:00 +00:00
parent fa76f799df
commit f6cc3bc70f

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:
@ -36,4 +36,8 @@ stringData:
- targets: - targets:
- minio.infra.svc.cluster.local:9000 - minio.infra.svc.cluster.local:9000
... - job_name: nextcloud
static_configs:
- targets:
- nextcloud.my-apps.svc.cluster.local:9205
scheme: http