- Migrate VLogs CRD to VLSingle (operator.victoriametrics.com/v1beta1) - Add VMServiceScrape for Forgejo (gitea ns, port http, /metrics) - Add VMServiceScrape for ArgoCD (argocd ns, port http-metrics) - Add VMServiceScrape for GARM (garm ns, port metrics) - Add VMServiceScrape for CoreDNS (kube-system ns, k8s-app: kube-dns) Ref: IPCEICIS-4618, IPCEICIS-5066
15 lines
299 B
YAML
15 lines
299 B
YAML
apiVersion: operator.victoriametrics.com/v1beta1
|
|
kind: VMServiceScrape
|
|
metadata:
|
|
name: forgejo
|
|
namespace: observability
|
|
spec:
|
|
namespaceSelector:
|
|
matchNames:
|
|
- gitea
|
|
selector:
|
|
matchLabels:
|
|
app.kubernetes.io/name: forgejo
|
|
endpoints:
|
|
- port: http
|
|
path: /metrics
|