14 lines
256 B
YAML
14 lines
256 B
YAML
|
|
apiVersion: operator.victoriametrics.com/v1beta1
|
||
|
|
kind: VMServiceScrape
|
||
|
|
metadata:
|
||
|
|
name: argocd
|
||
|
|
spec:
|
||
|
|
namespaceSelector:
|
||
|
|
matchNames:
|
||
|
|
- argocd
|
||
|
|
selector:
|
||
|
|
matchLabels:
|
||
|
|
app.kubernetes.io/part-of: argocd
|
||
|
|
endpoints:
|
||
|
|
- port: metrics
|