feat(node_exporter): Change to hostNetwork

This commit is contained in:
Tanguy Herbron 2025-02-25 11:59:18 +01:00
parent 76633ae102
commit 2a7e2da0bb

View File

@ -26,6 +26,7 @@ spec:
- --collector.netclass.ignored-devices=^(veth.*)$ - --collector.netclass.ignored-devices=^(veth.*)$
name: node-exporter name: node-exporter
image: prom/node-exporter image: prom/node-exporter
hostNetwork: true
ports: ports:
- containerPort: 9100 - containerPort: 9100
protocol: TCP protocol: TCP