Revert "fix(proxmoxve): add a label to the probe, rename file to probe.yaml"
This reverts commit 2aef045d4a
.
This commit is contained in:
parent
4dd99e3f6c
commit
b20afdcee1
|
@ -3,5 +3,5 @@ kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- ./proxmoxve-config.sops.yaml
|
- ./proxmoxve-config.sops.yaml
|
||||||
- ./helm-release.yaml
|
- ./helm-release.yaml
|
||||||
- ./probe.yaml
|
- ./service-monitor.yaml
|
||||||
- ./dashboard.yaml
|
- ./dashboard.yaml
|
|
@ -3,8 +3,6 @@ kind: Probe
|
||||||
metadata:
|
metadata:
|
||||||
name: proxmoxve-exporter
|
name: proxmoxve-exporter
|
||||||
namespace: monitoring
|
namespace: monitoring
|
||||||
labels:
|
|
||||||
release: kube-prometheus-stack
|
|
||||||
spec:
|
spec:
|
||||||
interval: 60s
|
interval: 60s
|
||||||
module: default
|
module: default
|
Loading…
Reference in New Issue