monitoring: move node-exporter host port

This commit is contained in:
jenkins 2026-07-14 18:23:52 -03:00
parent d1c1172c1d
commit c02f36e24c

View File

@ -50,13 +50,15 @@ spec:
upgrade:
disableWait: true
values:
hostNetwork: false
hostNetwork: true
rbac:
pspEnabled: false
service:
port: 19100
targetPort: 19100
annotations:
prometheus.io/scrape: "true"
prometheus.io/port: "9100"
prometheus.io/port: "19100"
---