From 6ce96d906bb0fe421d01bf7fb4821161d4f5032a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=A4fer?= Date: Mon, 24 Jun 2019 13:31:13 +0200 Subject: [PATCH] Fix configmap template --- 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 10bc09213..b2d2bc1d6 100644 --- a/deployment/human-connection/templates/configmap.template.yaml +++ b/deployment/human-connection/templates/configmap.template.yaml @@ -7,7 +7,7 @@ SMTP_USERNAME: "" SMTP_PASSWORD: "" GRAPHQL_PORT: "4000" - GRAPHQL_URI: "http://backend.human-connection:4000" + GRAPHQL_URI: "http://nitro-backend.human-connection:4000" MOCKS: "false" NEO4J_URI: "bolt://nitro-neo4j.human-connection:7687" NEO4J_USER: "neo4j"