auto: update Prometheus scrape config

This commit is contained in:
auto-sync 2025-06-25 23:16:57 +00:00
parent 80c625c119
commit 4ca2760b6e

View File

@ -1,4 +1,11 @@
- job_name: dev-tools
static_configs:
- targets:
- harbor-core.dev-tools.svc.cluster.local:8001
apiVersion: v1
kind: Secret
metadata:
labels:
app.kubernetes.io/name: prometheus
name: prometheus-additional-scrape-configs
namespace: monitoring
stringData:
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"
type: Opaque