Skip to content

Commit

Permalink
Add gitlab email config
Browse files Browse the repository at this point in the history
  • Loading branch information
Pythoner6 committed Feb 2, 2024
1 parent 36c4316 commit 0227719
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions k8s/gitlab/gitlab.cue
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,22 @@ kustomizations: helm: manifest: {
"cert-manager.io/cluster-issuer": certmanager.kustomizations.$default.issuers.letsencrypt.metadata.name
}
}
email: {
display_name: "GitLab"
from: "[email protected]"
reply_to: "[email protected]"
}
smtp: {
enabled: true
address: "smtp.mail.us-east-1.awsapps.com"
tls: true
authentication: "plain"
user_name: "josephm"
password: {
secret: "gitlab-email-secret"
key: "password"
}
}
pages: enabled: false
psql: {
host: gitlabDbRw
Expand Down

0 comments on commit 0227719

Please sign in to comment.