Files
infrastructure/clusters/cl01tl/manifests/kube-prometheus-stack/ScrapeConfig-external-nodes-http.yml

21 lines
558 B
YAML

---
# Source: kube-prometheus-stack/templates/scrape-config.yaml
apiVersion: monitoring.coreos.com/v1alpha1
kind: ScrapeConfig
metadata:
name: external-nodes-http
namespace: kube-prometheus-stack
labels:
app.kubernetes.io/name: external-nodes-http
app.kubernetes.io/instance: kube-prometheus-stack
app.kubernetes.io/part-of: kube-prometheus-stack
spec:
staticConfigs:
- labels:
job: external-nodes
targets:
- ps08rp.alexlebens.net:9100
- ps09rp.alexlebens.net:9100
metricsPath: /metrics
scheme: HTTP