helm-charts
helm-charts copied to clipboard
[timescale-multinode]feat: Add possibility to specify internal ip range
When running inside a kubernetes cluster, internal ip range could be different (for example could be 10.108.0.0/14 on GCP).
This PR allow you to set the internal IP range so that it's added inside the pg_hba.conf file during init.
Happy to take feedback :)