Skip to content

Commit

Permalink
fixing deployment template and base config for influx (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
absrivastava authored Jun 17, 2020
1 parent e749d96 commit fd6b27e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deployment/terraform/templates/console_json.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
}
},
"grafanaHost": "${grafana_endpoint}",
"attributorAdditionalTags" : "${attributorAdditionalTags}"
"attributorAdditionalTags" : ${attributorAdditionalTags}
}
2 changes: 1 addition & 1 deletion server/config/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand Down

0 comments on commit fd6b27e

Please sign in to comment.