Fix brusnika-stage observability bootstrap ordering
This commit is contained in:
parent
374973950b
commit
b3ff0ab531
@ -15,7 +15,6 @@ resources:
|
|||||||
- ../../../infrastructure/goalert
|
- ../../../infrastructure/goalert
|
||||||
- ../../../infrastructure/kafka-exporter
|
- ../../../infrastructure/kafka-exporter
|
||||||
- ../../../infrastructure/postgres-exporter
|
- ../../../infrastructure/postgres-exporter
|
||||||
- ./node-exporter-vmnodescrape.yaml
|
|
||||||
- ./lb-service-override.yaml
|
- ./lb-service-override.yaml
|
||||||
- ./vault-ingress.yaml
|
- ./vault-ingress.yaml
|
||||||
- ./clusterissuer-letsencrypt.yaml
|
- ./clusterissuer-letsencrypt.yaml
|
||||||
|
|||||||
@ -1,20 +0,0 @@
|
|||||||
apiVersion: operator.victoriametrics.com/v1beta1
|
|
||||||
kind: VMNodeScrape
|
|
||||||
metadata:
|
|
||||||
name: vm-stage-node-exporter
|
|
||||||
namespace: vmstack
|
|
||||||
spec:
|
|
||||||
path: /metrics
|
|
||||||
port: "9100"
|
|
||||||
scheme: http
|
|
||||||
selector: {}
|
|
||||||
relabelConfigs:
|
|
||||||
- action: labelmap
|
|
||||||
regex: __meta_kubernetes_node_label_(.+)
|
|
||||||
- action: replace
|
|
||||||
sourceLabels:
|
|
||||||
- __meta_kubernetes_node_name
|
|
||||||
targetLabel: node
|
|
||||||
- action: replace
|
|
||||||
replacement: brusnika-stage/vm-node-exporter
|
|
||||||
targetLabel: job
|
|
||||||
Loading…
Reference in New Issue
Block a user