From 2aef045d4a4c926b93341128bb051aaeb340d4ec Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Sat, 5 Aug 2023 23:52:25 -0400 Subject: [PATCH] fix(proxmoxve): add a label to the probe, rename file to probe.yaml --- cluster/apps/monitoring/proxmoxve-exporter/kustomization.yaml | 2 +- .../proxmoxve-exporter/{service-monitor.yaml => probe.yaml} | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) rename cluster/apps/monitoring/proxmoxve-exporter/{service-monitor.yaml => probe.yaml} (93%) diff --git a/cluster/apps/monitoring/proxmoxve-exporter/kustomization.yaml b/cluster/apps/monitoring/proxmoxve-exporter/kustomization.yaml index 8f5f074..bbf1332 100644 --- a/cluster/apps/monitoring/proxmoxve-exporter/kustomization.yaml +++ b/cluster/apps/monitoring/proxmoxve-exporter/kustomization.yaml @@ -3,5 +3,5 @@ kind: Kustomization resources: - ./proxmoxve-config.sops.yaml - ./helm-release.yaml -- ./service-monitor.yaml +- ./probe.yaml - ./dashboard.yaml \ No newline at end of file diff --git a/cluster/apps/monitoring/proxmoxve-exporter/service-monitor.yaml b/cluster/apps/monitoring/proxmoxve-exporter/probe.yaml similarity index 93% rename from cluster/apps/monitoring/proxmoxve-exporter/service-monitor.yaml rename to cluster/apps/monitoring/proxmoxve-exporter/probe.yaml index d02d1d2..2d29a74 100644 --- a/cluster/apps/monitoring/proxmoxve-exporter/service-monitor.yaml +++ b/cluster/apps/monitoring/proxmoxve-exporter/probe.yaml @@ -3,6 +3,8 @@ kind: Probe metadata: name: proxmoxve-exporter namespace: monitoring + labels: + release: kube-prometheus-stack spec: interval: 60s module: default