diff options
| author | 2024-08-25 20:51:59 +0100 | |
|---|---|---|
| committer | 2024-08-25 20:51:59 +0100 | |
| commit | ee7b336e53fe7706a985844b784a25273f0513f9 (patch) | |
| tree | 5c776d5dd17226e599a2a235a294641b155c827b | |
| parent | Configure e-mail credentials for King Arthur (diff) | |
Update alertmanager config with mail port
| -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 }}"' | 
