apiVersion: v1 kind: Secret metadata: name: prometheus-additional-scrape-configs namespace: monitoring labels: app.kubernetes.io/name: prometheus type: Opaque stringData: additional-scrape-configs.yaml: | # This content will be auto-updated by the pipeline - job_name: dev-tools static_configs: - targets: - harbor-core.dev-tools.svc.cluster.local:8001 - targets: - vault.dev-tools.svc.cluster.local:8200 - targets: - woodpecker-server.dev-tools.svc.cluster.local:9000 - targets: - gitea-http.dev-tools.svc.cluster.local:3000 metrics_path: /v1/sys/metrics scheme: http bearer_token: prometheusmetricstoken