优先使用 PrometheusRule 声明基础告警 (#151)
yaml / yaml (push) Successful in 51s

Co-authored-by: panxiao81 <[email protected]>
This commit was merged in pull request #151.
This commit is contained in:
2026-09-25 17:53:07 +00:00
committed by panxiao81
parent 185e3edaba
commit e8e7bd4b20
3 changed files with 6 additions and 6 deletions
@@ -1,5 +1,5 @@
apiVersion: operator.victoriametrics.com/v1beta1 apiVersion: monitoring.coreos.com/v1
kind: VMRule kind: PrometheusRule
metadata: metadata:
name: host-health name: host-health
namespace: monitoring namespace: monitoring
@@ -1,5 +1,5 @@
apiVersion: operator.victoriametrics.com/v1beta1 apiVersion: monitoring.coreos.com/v1
kind: VMRule kind: PrometheusRule
metadata: metadata:
name: kubernetes-health name: kubernetes-health
namespace: monitoring namespace: monitoring
@@ -1,5 +1,5 @@
apiVersion: operator.victoriametrics.com/v1beta1 apiVersion: monitoring.coreos.com/v1
kind: VMRule kind: PrometheusRule
metadata: metadata:
name: monitoring-delivery name: monitoring-delivery
namespace: monitoring namespace: monitoring