Add prometheus node exporter to base role

This commit is contained in:
2026-07-04 15:45:50 +02:00
parent 5813a45987
commit ea69c7cec6
2 changed files with 2 additions and 2 deletions
+1
View File
@@ -2,4 +2,5 @@ name "base"
run_list %w(
kosmos-base::default
kosmos_prometheus::node_exporter
)