From 91e7e2adafd2ea575d844435b4b49f59d61599ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=A4fer?= Date: Mon, 24 Jun 2019 14:49:45 +0200 Subject: [PATCH] The protocol is not supposed to go into SMTP_HOST --- deployment/human-connection/templates/configmap.template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/human-connection/templates/configmap.template.yaml b/deployment/human-connection/templates/configmap.template.yaml index b2d2bc1d6..762901ae8 100644 --- a/deployment/human-connection/templates/configmap.template.yaml +++ b/deployment/human-connection/templates/configmap.template.yaml @@ -2,7 +2,7 @@ apiVersion: v1 kind: ConfigMap data: - SMTP_HOST: "http://mailserver.human-connection" + SMTP_HOST: "mailserver.human-connection" SMTP_PORT: "25" SMTP_USERNAME: "" SMTP_PASSWORD: ""