auto: update Prometheus scrape config

This commit is contained in:
auto-sync 2025-06-30 22:31:01 +00:00
parent 61caef3c18
commit b8622238d0

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:
@ -31,3 +31,9 @@ stringData:
- targets: - targets:
- gitea-http.dev-tools.svc.cluster.local:3000 - gitea-http.dev-tools.svc.cluster.local:3000
bearer_token: prometheusmetricstoken bearer_token: prometheusmetricstoken
- job_name: minio-bitnami
static_configs:
- targets:
- minio.dev-tools.svc.cluster.local:9000
...