mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-30 15:37:44 +02:00
14 lines
461 B
YAML
14 lines
461 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- https://raw.githubusercontent.com/rook/rook/v1.9.7/deploy/examples/monitoring/rbac.yaml
|
|
- https://raw.githubusercontent.com/rook/rook/v1.9.7/deploy/examples/monitoring/localrules.yaml
|
|
patches:
|
|
- path: modify-rules-patch.yaml
|
|
target:
|
|
group: monitoring.coreos.com
|
|
version: v1
|
|
kind: PrometheusRule
|
|
name: prometheus-ceph-rules
|
|
namespace: rook-ceph
|