From 90e35e89c4b7d11f905039d55cc6be2dc7ca4f7a Mon Sep 17 00:00:00 2001 From: William P Date: Tue, 13 May 2025 14:15:58 -0400 Subject: [PATCH] monitoring: update node watch config --- system-apps/monitoring/configmap.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/system-apps/monitoring/configmap.yaml b/system-apps/monitoring/configmap.yaml index 5f8f5a2..d8fb6f1 100644 --- a/system-apps/monitoring/configmap.yaml +++ b/system-apps/monitoring/configmap.yaml @@ -23,9 +23,15 @@ data: - job_name: 'weyma-talos-nodes' kubernetes_sd_configs: - role: node + scheme: https + tls_config: + insecure_skip_verify: true relabel_configs: - action: labelmap regex: __meta_kubernetes_node_label_(.+) + - target_label: __address__ + replacement: $1:9101 + source_labels: [_address__] - job_name: 'weyma-talos-service-endpoints' kubernetes_sd_configs: - role: endpoints