Skip to content

Commit

Permalink
Correct to use STARTTLS port
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanFauble committed Oct 25, 2024
1 parent 63aa1cd commit 77b002c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modules/signoz/templates/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1039,7 +1039,9 @@ alertmanager:
additionalEnvs:
ALERTMANAGER_SMTP_FROM: <Set during helm install>
ALERTMANAGER_SMTP_HOST: email-smtp.us-east-1.amazonaws.com
ALERTMANAGER_SMTP_PORT: "465"
# 587 is the STARTTLS port for SMTP
# https://docs.aws.amazon.com/ses/latest/dg/smtp-connect.html#smtp-connect-starttls
ALERTMANAGER_SMTP_PORT: "587"
ALERTMANAGER_SMTP_AUTH_USERNAME: <Set during helm install>
ALERTMANAGER_SMTP_AUTH_PASSWORD: <Set during helm install>

Expand Down

0 comments on commit 77b002c

Please sign in to comment.