From 5b97acf052c0f66eeaf4881fbebc2d9f8e46ccaf Mon Sep 17 00:00:00 2001 From: Danijel Simeunovic Date: Wed, 29 Apr 2026 11:23:12 +0200 Subject: [PATCH] db smtp --- infra/values/upc-dev/databunker-values.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/infra/values/upc-dev/databunker-values.yaml b/infra/values/upc-dev/databunker-values.yaml index 38734ef..999a1f2 100644 --- a/infra/values/upc-dev/databunker-values.yaml +++ b/infra/values/upc-dev/databunker-values.yaml @@ -8,3 +8,13 @@ ingress: gethomepage.dev/group: "Security" gethomepage.dev/icon: "adminer" gethomepage.dev/href: "https://databunker.forteapps.net" + +config: + databunker: + smtp: + # You need to get SMTP server to send out email notification for example to allow user login. + server: "smtp.office365.com" + port: 587 + user: "svc-noreply@fortedigital.com" + pass: "2jCvke_c@Usj2CRp2CJBK87yEWx*EQw" + sender: "bot@databunker.your-company.com"