Files
kube-prometheus/manifests/exporters/node-exporter-svc.yaml
2016-10-19 13:29:18 +02:00

19 lines
280 B
YAML

apiVersion: v1
kind: Service
metadata:
labels:
app: node-exporter
annotations:
prometheus.io/scrape: 'true'
name: node-exporter
spec:
type: ClusterIP
clusterIP: None
ports:
- name: metrics
port: 9100
protocol: TCP
selector:
app: node-exporter