Add mailcatcher config

This commit is contained in:
Thomas Philipona 2023-10-16 22:50:14 +02:00
parent 226156b36a
commit 7c36030329
No known key found for this signature in database
GPG Key ID: 48284CEF6E0F9F77

View File

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