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: ""