Move the node_exporter port to an attribute

This commit is contained in:
2026-07-09 15:18:06 +02:00
parent b700baac37
commit ae14a1f353
3 changed files with 6 additions and 3 deletions
@@ -82,7 +82,7 @@ jobs = node["kosmos_prometheus"]["jobs"].merge(
# node exporter
"node" => {
"query" => "role:base",
"port" => 9100
"port" => node["kosmos_prometheus"]["node_exporter"]["port"]
},
# garage metrics
"garage" => {