Add prometheus node exporter to base role

This commit is contained in:
2026-07-04 15:45:50 +02:00
parent 2f4aa1d790
commit e99d10502f
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
)