From cc88417ce13fc691cf7a544ce34d6dcfc6ddf25d Mon Sep 17 00:00:00 2001 From: Ashwin Kumar Date: Thu, 12 Mar 2026 20:17:38 +0100 Subject: [PATCH] Add SMTP env secrets for public frontendwebsite --- apps/nxtgauge-frontendwebsite/base/secret.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/apps/nxtgauge-frontendwebsite/base/secret.yaml b/apps/nxtgauge-frontendwebsite/base/secret.yaml index ceee7ac..e3219b5 100644 --- a/apps/nxtgauge-frontendwebsite/base/secret.yaml +++ b/apps/nxtgauge-frontendwebsite/base/secret.yaml @@ -4,4 +4,11 @@ metadata: name: nxtgauge-frontendwebsite-secrets namespace: nxtgauge type: Opaque -stringData: {} +stringData: + MAIL_FROM: "noreply@nxtgauge.com" + MAIL_SMTP_HOST: "mail.nxtgauge.com" + MAIL_SMTP_PORT: "587" + MAIL_SMTP_SECURE: "false" + MAIL_SMTP_STARTTLS: "true" + MAIL_SMTP_USER: "noreply@nxtgauge.com" + MAIL_SMTP_PASS: "Nxtguage@1128"