influxdata / influxdb-operator

The Kubernetes operator for InfluxDB and the TICK stack.
Apache License 2.0
27 stars 6 forks source link

Added support to configure influxdb source for chronograf #18

Closed gianarb closed 6 years ago

gianarb commented 6 years ago

This is a POC about how we can make this operator useful. It knows about all the resources and we can put this source as default.

At the moment I am just happy to try network connection between InfluxDB and Chronograf pods.

fntlnz commented 6 years ago

We can configure only one influx source for each chronograf ?

gianarb commented 6 years ago

At the moment yes

fntlnz commented 6 years ago

Because chronograf does accept only one as env or there’s another way to do that ?

gianarb commented 6 years ago

I think that atm it only supports one source via env var maybe @goller can help us...