auto: update Prometheus scrape config

This commit is contained in:
auto-sync 2025-06-25 23:51:42 +00:00
parent 316f7776d8
commit db09e40f2d

View File

@ -0,0 +1,15 @@
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