Skip to content

Commit

Permalink
fixed ms-notification-manager config (#120)
Browse files Browse the repository at this point in the history
Co-authored-by: anttorre <[email protected]>
  • Loading branch information
antonioT90 and anttorre authored Jan 31, 2022
1 parent e06966e commit 7bc86e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/k8s/selc_secrets.tf
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ resource "kubernetes_secret" "mail-not-pec" {

data = {
MAIL_SERVER_HOST = "smtp.gmail.com"
MAIL_SERVER_PORT = 465
MAIL_SERVER_PORT = 587
MAIL_SERVER_USERNAME = module.key_vault_secrets_query.values["smtp-not-pec-usr"].value
MAIL_SERVER_PASSWORD = module.key_vault_secrets_query.values["smtp-not-pec-psw"].value
}
Expand Down

0 comments on commit 7bc86e1

Please sign in to comment.