Skip to content

Commit

Permalink
feat: add positiz emailer
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaribe committed Jan 2, 2025
1 parent 308333e commit 8d4232f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubernetes/main/apps/services/postiz/app/externalsecret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ spec:
JWT_SECRET: "{{ .POSTIZ_JWT_SECRET }}"
# Email Providers
EMAIL_PROVIDER: "nodemailer"
EMAIL_HOST: "smtp-relay.services.svc.cluster.local" # smtp host if you choose nodemailer
EMAIL_HOST: "smtp-relay-noreply.services.svc.cluster.local" # smtp host if you choose nodemailer
EMAIL_PORT: "25" # smtp port if you choose nodemailer
EMAIL_SECURE: "false" # smtp secure if you choose nodemailer
EMAIL_FROM_NAME: "Postiz Emailer"
EMAIL_FROM_ADDRESS: "alerts@rafaribe.com"
EMAIL_FROM_ADDRESS: "noreply@rafaribe.com"
dataFrom:
- extract:
key: /cloudnativepg
Expand Down

0 comments on commit 8d4232f

Please sign in to comment.