monitoring: add node exporter

This commit is contained in:
2025-05-13 11:36:29 -04:00
parent 5d0f872170
commit e1a2ba455f
6 changed files with 220 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
apiVersion: v1
automountServiceAccountToken: false
kind: ServiceAccount
metadata:
labels:
app.kubernetes.io/component: exporter
app.kubernetes.io/name: node-exporter
app.kubernetes.io/part-of: kube-prometheus
app.kubernetes.io/version: 1.9.1
name: node-exporter
namespace: monitoring