Skip to content

Commit

Permalink
Merge pull request #6731 from Ocelot-Social-Community/6730-use-DKIM-i…
Browse files Browse the repository at this point in the history
…n-helm-script

chore(other): use dkim values in helm script of backend
  • Loading branch information
Tirokk authored Sep 13, 2023
2 parents 0195562 + ecdaf83 commit 18d73f9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deployment/src/kubernetes/templates/backend/ConfigMap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ data:
SMTP_PORT: "{{ .Values.BACKEND.SMTP_PORT }}"
SMTP_IGNORE_TLS: "{{ .Values.BACKEND.SMTP_IGNORE_TLS }}"
SMTP_SECURE: "{{ .Values.BACKEND.SMTP_SECURE }}"
SMTP_DKIM_DOMAINNAME: "{{ .Values.BACKEND.SMTP_DKIM_DOMAINNAME }}"
SMTP_DKIM_KEYSELECTOR: "{{ .Values.BACKEND.SMTP_DKIM_KEYSELECTOR }}"
SMTP_DKIM_PRIVATKEY: "{{ .Values.BACKEND.SMTP_DKIM_PRIVATKEY }}"
GRAPHQL_URI: "http://{{ .Release.Name }}-backend:4000"
NEO4J_URI: "bolt://{{ .Release.Name }}-neo4j:7687"
#REDIS_DOMAIN: ---toBeSet(IP)---
Expand Down

0 comments on commit 18d73f9

Please # to comment.