From 022771951cfc35641a3eefa486bf2580ad08fc5f Mon Sep 17 00:00:00 2001 From: Pythoner6 Date: Fri, 2 Feb 2024 00:00:13 -0500 Subject: [PATCH] Add gitlab email config --- k8s/gitlab/gitlab.cue | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/k8s/gitlab/gitlab.cue b/k8s/gitlab/gitlab.cue index b308a56..96ffa2f 100644 --- a/k8s/gitlab/gitlab.cue +++ b/k8s/gitlab/gitlab.cue @@ -149,6 +149,22 @@ kustomizations: helm: manifest: { "cert-manager.io/cluster-issuer": certmanager.kustomizations.$default.issuers.letsencrypt.metadata.name } } + email: { + display_name: "GitLab" + from: "gitlab@josephmartin.org" + reply_to: "noreply@josephmartin.org" + } + 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