modified: services/monitoring/deploy/alloy/kube-scraper/helm-values.yaml

This commit is contained in:
Márcio Fernandes
2026-09-07 01:47:14 +00:00
parent 0f8dc29331
commit 33be97abcb
@@ -181,10 +181,10 @@ alloy:
target_label = "host" target_label = "host"
} }
// rule { rule {
// source_labels = ["host"] source_labels = ["__meta_kubernetes_endpoint_node_name"]
// target_label = "nodename" target_label = "nodename"
// } }
} }