From b71c72ad7203f75ffb6884d6859e69c2edd3b52c Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Sun, 6 Aug 2023 00:01:26 -0400 Subject: [PATCH] chore: remove unused comments --- .../monitoring/proxmoxve-exporter/probe.yaml | 33 +------------------ 1 file changed, 1 insertion(+), 32 deletions(-) diff --git a/cluster/apps/monitoring/proxmoxve-exporter/probe.yaml b/cluster/apps/monitoring/proxmoxve-exporter/probe.yaml index 2d29a74e..fe31b33b 100644 --- a/cluster/apps/monitoring/proxmoxve-exporter/probe.yaml +++ b/cluster/apps/monitoring/proxmoxve-exporter/probe.yaml @@ -15,35 +15,4 @@ spec: staticConfig: static: - "192.168.87.29" - - "192.168.87.20" - -#apiVersion: monitoring.coreos.com/v1 -#kind: ServiceMonitor -#metadata: -# name: proxmoxve-exporter -# namespace: monitoring -# labels: -# release: kube-prometheus-stack -#spec: -# selector: -# matchLabels: -# app: proxmoxve-service -# endpoints: -# - port: http -# interval: 2m -# scrapeTimeout: 1m -# path: /pve -# params: -# target: -# - "192.168.87.29" -# module: -# - default -# - port: http -# interval: 2m -# scrapeTimeout: 1m -# path: /pve -# params: -# target: -# - "192.168.87.20" -# module: -# - default \ No newline at end of file + - "192.168.87.20" \ No newline at end of file