Files
argocd-apps/apps/base/cert-manager/kustomization.yaml
T
unkinben ecea0c668a
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful
cert-manager: scrape webhook + cainjector metrics (VMServiceScrape)
Follow-up to #239. cert-manager already exposes metrics services
(webhook :9402 metrics, cainjector :9402 http-metrics) but nothing
scraped them. Add a VMServiceScrape so the observability VMAgent collects
cert-manager metrics (cert issuance, controller sync, etc.).
2026-07-07 00:02:28 +10:00

11 lines
197 B
YAML

---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- namespace.yaml
- serviceaccount.yaml
- clusterrole.yaml
- clusterrolebinding.yaml
- vmservicescrape.yaml