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"