feat: 接入 sandbox Kubernetes 监控
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
---
|
||||
apiVersion: operator.victoriametrics.com/v1beta1
|
||||
kind: VMAgent
|
||||
metadata:
|
||||
name: sandbox
|
||||
namespace: monitoring
|
||||
spec:
|
||||
externalLabels:
|
||||
cluster: sandbox
|
||||
remoteWrite:
|
||||
- url: https://metrics-write.ad.ddupan.top/api/v1/write
|
||||
replicaCount: 1
|
||||
resources:
|
||||
requests:
|
||||
cpu: 50m
|
||||
memory: 128Mi
|
||||
limits:
|
||||
cpu: 500m
|
||||
memory: 512Mi
|
||||
scrapeInterval: 30s
|
||||
selectAllByDefault: true
|
||||
Reference in New Issue
Block a user