fix(alertmanager): 🔧 Update email recipient for alerts
Update the email address for alert notifications in the Alertmanager configuration to ensure correct delivery. This change addresses a potential misrouting of alert emails by correcting the recipient address.
This commit is contained in:
parent
672f24e979
commit
d759cb2c33
1 changed files with 1 additions and 1 deletions
|
|
@ -554,7 +554,7 @@ alertmanager:
|
||||||
name: email-user-credentials
|
name: email-user-credentials
|
||||||
key: connection-string
|
key: connection-string
|
||||||
from: '"IPCEI CIS DevFW" <ipcei-cis-devfw@mms-support.de>'
|
from: '"IPCEI CIS DevFW" <ipcei-cis-devfw@mms-support.de>'
|
||||||
to: '8e366475.mg.telekom.de@de.teams.ms'
|
to: 'f9f9953a.mg.telekom.de@de.teams.ms'
|
||||||
headers:
|
headers:
|
||||||
subject: 'Grafana Mail Alerts'
|
subject: 'Grafana Mail Alerts'
|
||||||
require_tls: false
|
require_tls: false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue