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