diff options
Diffstat (limited to 'kubernetes')
| -rw-r--r-- | kubernetes/namespaces/monitoring/alerts/alertmanager.yaml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/kubernetes/namespaces/monitoring/alerts/alertmanager.yaml b/kubernetes/namespaces/monitoring/alerts/alertmanager.yaml index b8da299..2d994c9 100644 --- a/kubernetes/namespaces/monitoring/alerts/alertmanager.yaml +++ b/kubernetes/namespaces/monitoring/alerts/alertmanager.yaml @@ -40,7 +40,7 @@ receivers:        - to: [email protected]          send_resolved: true          from: [email protected] -        smarthost: mail.pydis.wtf +        smarthost: mail.pydis.wtf:587          auth_username: [email protected]          auth_password_file: /opt/pydis/alertmanager/webhooks/EMAIL_PASSWORD          text: 'summary: {{ .CommonAnnotations.summary }}\ndescription: {{ .CommonAnnotations.description }}"' | 
