From 9005b98aa10f924fe41f129088f657c59c24ced9 Mon Sep 17 00:00:00 2001 From: William P Date: Tue, 13 May 2025 14:24:51 -0400 Subject: [PATCH] Revert "monitoring: update node watch config" This reverts commit 90e35e89c4b7d11f905039d55cc6be2dc7ca4f7a. --- system-apps/monitoring/configmap.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/system-apps/monitoring/configmap.yaml b/system-apps/monitoring/configmap.yaml index d8fb6f1..5f8f5a2 100644 --- a/system-apps/monitoring/configmap.yaml +++ b/system-apps/monitoring/configmap.yaml @@ -23,15 +23,9 @@ 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