You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
c4k-common/src/main/resources/monitoring/node-exporter/service.yaml

18 lines
375 B
YAML

kind: Service
apiVersion: v1
metadata:
name: node-exporter
namespace: monitoring
labels:
app.kubernetes.io/name: node-exporter
annotations:
prometheus.io/scrape: 'true'
prometheus.io/port: '9100'
spec:
selector:
app.kubernetes.io/name: node-exporter
ports:
- name: node-exporter-http
protocol: TCP
port: 9100
targetPort: 9100