influxdata / tick-charts

A repository for Helm Charts for the full TICK Stack
Apache License 2.0
90 stars 72 forks source link

Allow wal and data to be split onto different devices. #68

Open sfitts opened 5 years ago

sfitts commented 5 years ago

The installation instructions for influx recommend putting the wal and data directories on different devices (https://docs.influxdata.com/influxdb/v1.7/introduction/installation/#hardware-requirements-for-influxdb). However, looking at this chart that's not currently possible as the configuration settings share the same root directory and there is only the provision for a single PVC. It would be nice if the chart offered an option for doing a more scalable deployment.