fix(proxmoxve): add a label to the probe, rename file to probe.yaml
This commit is contained in:
parent
2157541fdf
commit
2aef045d4a
|
@ -3,5 +3,5 @@ kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- ./proxmoxve-config.sops.yaml
|
- ./proxmoxve-config.sops.yaml
|
||||||
- ./helm-release.yaml
|
- ./helm-release.yaml
|
||||||
- ./service-monitor.yaml
|
- ./probe.yaml
|
||||||
- ./dashboard.yaml
|
- ./dashboard.yaml
|
|
@ -3,6 +3,8 @@ 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