57097b8ff8
The ceph-csi cephfs/rbd charts already expose http-metrics services but nothing scraped them. Add native VMServiceScrape CRs (the cluster has no Prometheus-Operator CRDs, only VM-native ones) so the observability VMAgent (selectAllByDefault) collects ceph-csi grpc/csi metrics.
11 lines
192 B
YAML
11 lines
192 B
YAML
---
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- namespace.yaml
|
|
- vaultauth.yaml
|
|
- vaultstaticsecret.yaml
|
|
- storageclass.yaml
|
|
- vmservicescrape.yaml
|