chore: rename vmsingle and vmagent instances
This commit is contained in:
parent
0150d3cbd9
commit
985167362f
|
@ -1,7 +1,7 @@
|
||||||
apiVersion: operator.victoriametrics.com/v1beta1
|
apiVersion: operator.victoriametrics.com/v1beta1
|
||||||
kind: VMAgent
|
kind: VMAgent
|
||||||
metadata:
|
metadata:
|
||||||
name: vmagent-select-all
|
name: select-all
|
||||||
namespace: monitoring
|
namespace: monitoring
|
||||||
spec:
|
spec:
|
||||||
image:
|
image:
|
||||||
|
@ -12,6 +12,6 @@ spec:
|
||||||
selectAllByDefault: true
|
selectAllByDefault: true
|
||||||
vmAgentExternalLabelName: vmagent
|
vmAgentExternalLabelName: vmagent
|
||||||
remoteWrite:
|
remoteWrite:
|
||||||
- url: http://vmsingle-vmsingle:8429/api/v1/write
|
- url: http://vmsingle-primary.monitoring.svc:8429/api/v1/write
|
||||||
minScrapeInterval: 30s
|
minScrapeInterval: 30s
|
||||||
maxScrapeInterval: 24h
|
maxScrapeInterval: 24h
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
apiVersion: operator.victoriametrics.com/v1beta1
|
apiVersion: operator.victoriametrics.com/v1beta1
|
||||||
kind: VMSingle
|
kind: VMSingle
|
||||||
metadata:
|
metadata:
|
||||||
name: vmsingle
|
name: primary
|
||||||
namespace: monitoring
|
namespace: monitoring
|
||||||
spec:
|
spec:
|
||||||
image:
|
image:
|
||||||
|
|
Loading…
Reference in New Issue