- 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
14 lines
288 B
YAML
14 lines
288 B
YAML
apiVersion: operator.victoriametrics.com/v1beta1
|
|
kind: VMServiceScrape
|
|
metadata:
|
|
name: argocd
|
|
namespace: observability
|
|
spec:
|
|
namespaceSelector:
|
|
matchNames:
|
|
- argocd
|
|
selector:
|
|
matchLabels:
|
|
app.kubernetes.io/part-of: argocd
|
|
endpoints:
|
|
- port: http-metrics
|