From 4e6668e2f9b30818850785ef4b670cab088fc756 Mon Sep 17 00:00:00 2001 From: William P Date: Tue, 13 May 2025 14:29:10 -0400 Subject: [PATCH] monitoring: handle HTTPS on scrapers --- system-apps/monitoring/configmap.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/system-apps/monitoring/configmap.yaml b/system-apps/monitoring/configmap.yaml index 5f8f5a2..9496a11 100644 --- a/system-apps/monitoring/configmap.yaml +++ b/system-apps/monitoring/configmap.yaml @@ -23,6 +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_(.+)