update metadata name
This commit is contained in:
parent
d0f6ccd3bb
commit
8f1cee1106
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
apiVersion: operator.victoriametrics.com/v1beta1
|
apiVersion: operator.victoriametrics.com/v1beta1
|
||||||
kind: VMAlert
|
kind: VMAlert
|
||||||
metadata:
|
metadata:
|
||||||
name: cluster
|
name: victoria
|
||||||
spec:
|
spec:
|
||||||
evaluationInterval: 1m
|
evaluationInterval: 1m
|
||||||
useStrictSecurity: true
|
useStrictSecurity: true
|
||||||
|
@ -32,5 +32,5 @@ spec:
|
||||||
whenUnsatisfiable: DoNotSchedule
|
whenUnsatisfiable: DoNotSchedule
|
||||||
labelSelector:
|
labelSelector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app.kubernetes.io/instance: cluster
|
app.kubernetes.io/instance: victoria
|
||||||
app.kubernetes.io/name: vmalert
|
app.kubernetes.io/name: vmalert
|
||||||
|
|
Loading…
Reference in a new issue