From 87aa884b589910a0c9fa33ab2ca0584deb8b36ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Thu, 28 Sep 2023 12:32:15 +0200 Subject: [PATCH] Add DKIM to 'values.yaml.template' --- kubernetes/values.yaml.template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/kubernetes/values.yaml.template b/kubernetes/values.yaml.template index 4171b2f..131c244 100644 --- a/kubernetes/values.yaml.template +++ b/kubernetes/values.yaml.template @@ -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\n-----END RSA PRIVATE KEY-----\n" # most likely you don't need to change this MIN_READY_SECONDS: "15"