Add DKIM to 'values.yaml.template'

This commit is contained in:
Wolfgang Huß 2023-09-28 12:32:15 +02:00
parent b000116584
commit 87aa884b58

View File

@ -29,6 +29,10 @@ BACKEND:
# SMTP_PORT: "465"
# SMTP_IGNORE_TLS: 'true'
# SMTP_SECURE: 'true' # true for 465, false for other ports
# optional
SMTP_DKIM_DOMAINNAME: ocelot.social
SMTP_DKIM_KEYSELECTOR: 2017
SMTP_DKIM_PRIVATKEY: "-----BEGIN RSA PRIVATE KEY-----\n<private.key>\n-----END RSA PRIVATE KEY-----\n"
# most likely you don't need to change this
MIN_READY_SECONDS: "15"