18 lines
361 B
YAML
18 lines
361 B
YAML
|
kind: Service
|
||
|
apiVersion: v1
|
||
|
metadata:
|
||
|
name: node-exporter
|
||
|
namespace: monitoring
|
||
|
annotations:
|
||
|
prometheus.io/scrape: 'true'
|
||
|
prometheus.io/port: '9100'
|
||
|
spec:
|
||
|
selector:
|
||
|
app.kubernetes.io/component: exporter
|
||
|
app.kubernetes.io/name: node-exporter
|
||
|
ports:
|
||
|
- name: node-exporter
|
||
|
protocol: TCP
|
||
|
port: 9100
|
||
|
targetPort: 9100
|