From af7e076eec42ac639fbe73f4101b294c742780e7 Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Sat, 21 Aug 2021 19:29:44 +0200 Subject: [PATCH] rook: Add Prometheus metrics for various components --- infrastructure/rook/kustomization.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/infrastructure/rook/kustomization.yaml b/infrastructure/rook/kustomization.yaml index d15c76fd3..7dfca2104 100644 --- a/infrastructure/rook/kustomization.yaml +++ b/infrastructure/rook/kustomization.yaml @@ -9,3 +9,5 @@ resources: - imagestream.yaml - cluster-on-pvc.yaml - storageclass.yaml + - https://git.shivering-isles.com/github-mirror/rook/rook/-/raw/v1.7.1/cluster/examples/kubernetes/ceph/monitoring/service-monitor.yaml + - https://git.shivering-isles.com/github-mirror/rook/rook/-/raw/v1.7.1/cluster/examples/kubernetes/ceph/monitoring/csi-metrics-service-monitor.yaml -- GitLab