monitoring: move node-exporter host port

This commit is contained in:
jenkins 2026-07-14 18:23:52 -03:00
parent 4f4a5f99b7
commit e03598caa2

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"
---