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:
|
||||
- ./proxmoxve-config.sops.yaml
|
||||
- ./helm-release.yaml
|
||||
- ./service-monitor.yaml
|
||||
- ./probe.yaml
|
||||
- ./dashboard.yaml
|
|
@ -3,6 +3,8 @@ kind: Probe
|
|||
metadata:
|
||||
name: proxmoxve-exporter
|
||||
namespace: monitoring
|
||||
labels:
|
||||
release: kube-prometheus-stack
|
||||
spec:
|
||||
interval: 60s
|
||||
module: default
|
Loading…
Reference in New Issue