apiVersion: operator.victoriametrics.com/v1beta1 kind: VMAlert metadata: name: vmalert namespace: victoria spec: replicaCount: 2 image: pullPolicy: IfNotPresent repository: registry.cn-hangzhou.aliyuncs.com/zhengyu1992/victoriametrics-vmalert tag: v1.96.0 containers: - name: config-reloader image: 'registry.cn-hangzhou.aliyuncs.com/zhengyu1992/victoriametrics-configmap-reload:v0.3.0' imagePullPolicy: IfNotPresent datasource: url: "http://vmselect-vmcluster:8481/select/0/prometheus" notifier: url: "http://vmalertmanager-vmalertmanager:9093" evaluationInterval: "30s" selectAllByDefault: true remoteWrite: url: "http://vminsert-vmcluster:8480/insert/0/prometheus/api/v1/write" remoteRead: url: "http://vmselect-vmcluster:8481/select/0/prometheus"