From fd6b27e47396e54e400325063244c24f1d350b16 Mon Sep 17 00:00:00 2001 From: Abhishek Srivastava Date: Wed, 17 Jun 2020 10:16:16 +0530 Subject: [PATCH] fixing deployment template and base config for influx (#3) --- deployment/terraform/templates/console_json.tpl | 2 +- server/config/base.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deployment/terraform/templates/console_json.tpl b/deployment/terraform/templates/console_json.tpl index 1b760b5..915d2b5 100644 --- a/deployment/terraform/templates/console_json.tpl +++ b/deployment/terraform/templates/console_json.tpl @@ -12,5 +12,5 @@ } }, "grafanaHost": "${grafana_endpoint}", - "attributorAdditionalTags" : "${attributorAdditionalTags}" + "attributorAdditionalTags" : ${attributorAdditionalTags} } \ No newline at end of file diff --git a/server/config/base.js b/server/config/base.js index f5f585d..264098f 100644 --- a/server/config/base.js +++ b/server/config/base.js @@ -15,7 +15,7 @@ const serverConfig = { port: 8080, upstreamTimeout: 20000, attributorEndpoint: "http://attributor:8080", - monitoringInfluxdbEndpoint: "http://monitoring-influxdb:8086", + monitoringInfluxdbEndpoint: "http://monitoring-influxdb.kube-system.svc:8086", healthCheckthresholds: { subsystems: { trends: { iteratorAgeSeconds: 300 },