Fix brusnika-stage alert labels
This commit is contained in:
parent
87d89c22f2
commit
e75601354e
@ -143,6 +143,21 @@ spec:
|
|||||||
- op: add
|
- op: add
|
||||||
path: /spec/selector/matchLabels/app.kubernetes.io~1instance
|
path: /spec/selector/matchLabels/app.kubernetes.io~1instance
|
||||||
value: kafka-exporter-yc
|
value: kafka-exporter-yc
|
||||||
|
- op: add
|
||||||
|
path: /spec/endpoints/0/relabelings
|
||||||
|
value:
|
||||||
|
- action: replace
|
||||||
|
targetLabel: kafka_instance
|
||||||
|
replacement: yc-kafka
|
||||||
|
- action: replace
|
||||||
|
targetLabel: source_cluster
|
||||||
|
replacement: yc-kafka
|
||||||
|
- action: replace
|
||||||
|
targetLabel: monitored_cluster
|
||||||
|
replacement: yc-kafka
|
||||||
|
- action: replace
|
||||||
|
targetLabel: cluster
|
||||||
|
replacement: brusnika-stage
|
||||||
values:
|
values:
|
||||||
fullnameOverride: kafka-exporter-yc
|
fullnameOverride: kafka-exporter-yc
|
||||||
image:
|
image:
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@ -39,6 +39,8 @@ spec:
|
|||||||
enabled: true
|
enabled: true
|
||||||
spec:
|
spec:
|
||||||
evaluationInterval: 30s
|
evaluationInterval: 30s
|
||||||
|
externalLabels:
|
||||||
|
cluster: brusnika-stage
|
||||||
extraArgs:
|
extraArgs:
|
||||||
external.url: https://vmalert.test.sarex.brusnika.tech
|
external.url: https://vmalert.test.sarex.brusnika.tech
|
||||||
ingress:
|
ingress:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user