auto: update Prometheus scrape config

This commit is contained in:
auto-sync 2025-06-25 23:22:00 +00:00
parent 4ca2760b6e
commit 268e2a16e8

View File

@ -1,11 +1,11 @@
apiVersion: v1 apiVersion: v1
kind: Secret kind: Secret
metadata: metadata:
labels:
app.kubernetes.io/name: prometheus
name: prometheus-additional-scrape-configs name: prometheus-additional-scrape-configs
namespace: monitoring namespace: monitoring
labels:
app.kubernetes.io/name: prometheus
type: Opaque
stringData: stringData:
additional-scrape-configs.yaml: "# This content will be auto-updated by the pipeline\n\ additional-scrape-configs.yaml: "# This content will be auto-updated by the pipeline\n\
- job_name: dev-tools\n static_configs:\n - targets:\n - harbor-core.dev-tools.svc.cluster.local:8001\n" - job_name: dev-tools\n static_configs:\n - targets:\n - harbor-core.dev-tools.svc.cluster.local:8001\n"
type: Opaque