From c0bef987f13aca0aee1322d5f75b568ed5593458 Mon Sep 17 00:00:00 2001 From: forge Date: Wed, 8 Oct 2025 11:39:22 +0000 Subject: [PATCH] Update otel-lgtm-stack/Service_nodeexporter-prometheus-node-exporter.yaml Update node-exporter service --- .../Service_nodeexporter-prometheus-node-exporter.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/otel-lgtm-stack/Service_nodeexporter-prometheus-node-exporter.yaml b/otel-lgtm-stack/Service_nodeexporter-prometheus-node-exporter.yaml index 552f7fc..f1d4f7c 100644 --- a/otel-lgtm-stack/Service_nodeexporter-prometheus-node-exporter.yaml +++ b/otel-lgtm-stack/Service_nodeexporter-prometheus-node-exporter.yaml @@ -15,9 +15,9 @@ metadata: spec: ports: - name: metrics - port: 9100 + port: 9101 protocol: TCP - targetPort: 9100 + targetPort: 9101 selector: app.kubernetes.io/instance: nodeexporter app.kubernetes.io/name: prometheus-node-exporter