fix(gitops): align smtp to zeptomail across apps and finalize api env config

This commit is contained in:
Ashwin Kumar Sivakumar 2026-04-13 22:23:20 +05:30
parent 400e43ee08
commit ceebc13e79
4 changed files with 13 additions and 9 deletions

View file

@ -6,4 +6,6 @@ metadata:
data: data:
NODE_ENV: "production" NODE_ENV: "production"
PORT: "3000" PORT: "3000"
GATEWAY_URL: "http://nxtgauge-rust-gateway:8000" GATEWAY_URL: "http://nxtgauge-rust-gateway:9100"
PUBLIC_API_URL: "http://nxtgauge-rust-gateway:9100/api"
NEXT_PUBLIC_API_URL: "http://nxtgauge-rust-gateway:9100/api"

View file

@ -5,8 +5,8 @@ metadata:
namespace: nxtgauge namespace: nxtgauge
type: Opaque type: Opaque
stringData: stringData:
SMTP_HOST: "mail.nxtgauge.com" SMTP_HOST: "smtp.zeptomail.in"
SMTP_PORT: "587" SMTP_PORT: "587"
SMTP_USER: "noreply@nxtgauge.com" SMTP_USER: "emailapikey"
SMTP_PASS: "Nxtguage@1128" SMTP_PASS: "PHtE6r1ZR+zi3jV88RNW4/O4F8CkPdksqO9iJAhA4YcTD6dQFk1S+dl/wDC3/h97AKYWFfSczo1rt72etOuDLTnrMjlEDWqyqK3sx/VYSPOZsbq6x00esVgYdEfYVYDpcNFj3SPQut7dNA=="
SMTP_FROM: "noreply@nxtgauge.com" SMTP_FROM: "support@nxtgauge.com"

View file

@ -7,3 +7,5 @@ data:
NODE_ENV: "production" NODE_ENV: "production"
PORT: "3000" PORT: "3000"
GATEWAY_URL: "http://nxtgauge-rust-gateway:9100" GATEWAY_URL: "http://nxtgauge-rust-gateway:9100"
PUBLIC_API_URL: "http://nxtgauge-rust-gateway:9100/api"
NEXT_PUBLIC_API_URL: "http://nxtgauge-rust-gateway:9100/api"

View file

@ -5,8 +5,8 @@ metadata:
namespace: nxtgauge namespace: nxtgauge
type: Opaque type: Opaque
stringData: stringData:
SMTP_HOST: "mail.nxtgauge.com" SMTP_HOST: "smtp.zeptomail.in"
SMTP_PORT: "587" SMTP_PORT: "587"
SMTP_USER: "noreply@nxtgauge.com" SMTP_USER: "emailapikey"
SMTP_PASS: "Nxtguage@1128" SMTP_PASS: "PHtE6r1ZR+zi3jV88RNW4/O4F8CkPdksqO9iJAhA4YcTD6dQFk1S+dl/wDC3/h97AKYWFfSczo1rt72etOuDLTnrMjlEDWqyqK3sx/VYSPOZsbq6x00esVgYdEfYVYDpcNFj3SPQut7dNA=="
SMTP_FROM: "noreply@nxtgauge.com" SMTP_FROM: "support@nxtgauge.com"