From 6f907fdc5c14ecbf17f0187f109e56c94b245c05 Mon Sep 17 00:00:00 2001 From: William P Date: Tue, 13 May 2025 11:55:54 -0400 Subject: [PATCH] monitoring: rm static clusterip from node-exporter svc --- system-apps/monitoring/node-exporter/nodeExporter-service.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/system-apps/monitoring/node-exporter/nodeExporter-service.yaml b/system-apps/monitoring/node-exporter/nodeExporter-service.yaml index 448362e..3da2699 100644 --- a/system-apps/monitoring/node-exporter/nodeExporter-service.yaml +++ b/system-apps/monitoring/node-exporter/nodeExporter-service.yaml @@ -9,7 +9,6 @@ metadata: name: node-exporter namespace: monitoring spec: - clusterIP: None ports: - name: https port: 9100