16 lines
393 B
YAML
16 lines
393 B
YAML
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
|