nxtgauge-gitops/apps/nxtgauge-frontendwebsite/base/secret.yaml

14 lines
354 B
YAML

apiVersion: v1
kind: Secret
metadata:
name: nxtgauge-frontendwebsite-secrets
namespace: nxtgauge
type: Opaque
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: "Admin@36541"