Add mailcatcher config
This commit is contained in:
parent
226156b36a
commit
7c36030329
@ -8,9 +8,13 @@ metadata:
|
|||||||
alertmanagerConfig: {{ .Values.user }}-alertmanager
|
alertmanagerConfig: {{ .Values.user }}-alertmanager
|
||||||
spec:
|
spec:
|
||||||
route:
|
route:
|
||||||
receiver: mailcatcher
|
groupBy: ['job']
|
||||||
|
groupWait: 30s
|
||||||
|
groupInterval: 5m
|
||||||
|
repeatInterval: 12h
|
||||||
|
receiver: 'mailcatcher'
|
||||||
receivers:
|
receivers:
|
||||||
- name: mailcatcher
|
- name: 'mailcatcher'
|
||||||
emailConfigs:
|
emailConfigs:
|
||||||
- to: alert@localhost
|
- to: alert@localhost
|
||||||
from: prometheus-operator@localhost
|
from: prometheus-operator@localhost
|
||||||
|
Loading…
x
Reference in New Issue
Block a user