Skip to content

Commit

Permalink
Fix smtp port for gitlab email
Browse files Browse the repository at this point in the history
  • Loading branch information
Pythoner6 committed Feb 2, 2024
1 parent 0227719 commit bf834b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions k8s/gitlab/gitlab.cue
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ kustomizations: helm: manifest: {
smtp: {
enabled: true
address: "smtp.mail.us-east-1.awsapps.com"
port: 465
tls: true
authentication: "plain"
user_name: "josephm"
Expand Down

0 comments on commit bf834b8

Please sign in to comment.