Files
infra-prod/deploy/prometheus/prometheus-additional-scrape-configs.yaml
2025-06-07 22:03:08 +02:00

13 lines
326 B
YAML

apiVersion: v1
kind: Secret
metadata:
name: prometheus-additional-scrape-configs
namespace: monitoring
stringData:
additional-scrape-configs.yaml: |
- job_name: 'proxmox-holly-node-exporter'
scheme: https
metrics_path: /metrics
static_configs:
- targets: ['node-exporter.holly.panic.haus']