fix(observability): 🐛 add ArgoCD + GARM VMServiceScrapes to dev client stack
This commit is contained in:
parent
8488de0c6f
commit
f3931dc550
2 changed files with 29 additions and 0 deletions
|
|
@ -0,0 +1,14 @@
|
|||
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: metrics
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
apiVersion: operator.victoriametrics.com/v1beta1
|
||||
kind: VMServiceScrape
|
||||
metadata:
|
||||
name: garm
|
||||
namespace: observability
|
||||
spec:
|
||||
namespaceSelector:
|
||||
matchNames:
|
||||
- garm
|
||||
selector:
|
||||
matchLabels:
|
||||
app.kubernetes.io/name: garm
|
||||
endpoints:
|
||||
- port: http
|
||||
path: /metrics
|
||||
Loading…
Add table
Add a link
Reference in a new issue