From 4b49f1b2b5f8a4235c276b3b8330fba7a5da4129 Mon Sep 17 00:00:00 2001 From: Sorin Buliarca Date: Mon, 23 Oct 2017 16:11:10 +0300 Subject: [PATCH 1/2] Synced k8s settings with prod => removed brands rw from services. --- helm/concept-ingester/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/concept-ingester/templates/deployment.yaml b/helm/concept-ingester/templates/deployment.yaml index 197c153..3559e38 100644 --- a/helm/concept-ingester/templates/deployment.yaml +++ b/helm/concept-ingester/templates/deployment.yaml @@ -37,7 +37,7 @@ spec: - name: TOPIC value: "Concept" - name: SERVICES - value: "http://content-rw-neo4j:8080,http://people-rw-neo4j:8080,http://organisations-rw-neo4j:8080,http://memberships-rw-neo4j:8080,http://brands-rw-neo4j:8080,http://roles-rw-neo4j:8080,http://financial-instruments-rw-neo4j:8080,http://industry-classifications-rw-neo4j:8080" + value: "http://content-rw-neo4j:8080,http://people-rw-neo4j:8080,http://organisations-rw-neo4j:8080,http://memberships-rw-neo4j:8080,http://roles-rw-neo4j:8080,http://financial-instruments-rw-neo4j:8080,http://industry-classifications-rw-neo4j:8080" - name: ELASTICSEARCH_WRITER value: "http://concept-rw-elasticsearch:8080" - name: GRAPHITE_TCP_AUTHORITY From 860abf19a42fd7df01e65e7866926acb3d2e3423 Mon Sep 17 00:00:00 2001 From: Sorin Buliarca Date: Mon, 23 Oct 2017 18:56:22 +0300 Subject: [PATCH 2/2] Synced k8s settings with prod => removed content rw from services. --- helm/concept-ingester/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/concept-ingester/templates/deployment.yaml b/helm/concept-ingester/templates/deployment.yaml index 3559e38..12f311e 100644 --- a/helm/concept-ingester/templates/deployment.yaml +++ b/helm/concept-ingester/templates/deployment.yaml @@ -37,7 +37,7 @@ spec: - name: TOPIC value: "Concept" - name: SERVICES - value: "http://content-rw-neo4j:8080,http://people-rw-neo4j:8080,http://organisations-rw-neo4j:8080,http://memberships-rw-neo4j:8080,http://roles-rw-neo4j:8080,http://financial-instruments-rw-neo4j:8080,http://industry-classifications-rw-neo4j:8080" + value: "http://people-rw-neo4j:8080,http://organisations-rw-neo4j:8080,http://memberships-rw-neo4j:8080,http://roles-rw-neo4j:8080,http://financial-instruments-rw-neo4j:8080,http://industry-classifications-rw-neo4j:8080" - name: ELASTICSEARCH_WRITER value: "http://concept-rw-elasticsearch:8080" - name: GRAPHITE_TCP_AUTHORITY