Fix brusnika-stage alert labels

This commit is contained in:
Kochetkov S 2026-06-16 12:47:27 +03:00
parent 87d89c22f2
commit e75601354e
3 changed files with 48 additions and 0 deletions

View File

@ -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

View File

@ -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: