Add SMTP env secrets for public frontendwebsite
This commit is contained in:
parent
c7f4b9e3ae
commit
cc88417ce1
1 changed files with 8 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue