helm-charts
helm-charts copied to clipboard
No static type of service in timescaledb-multinode
In case you want to use the timescaledb-multinode template only in the cluster, it is helpful to not set the type of the service static to LoadBalancer.
My problem corresponding to the following line in the timescaledb-multinode template: https://github.com/timescale/timescaledb-kubernetes/blob/e7af025a1181559657450fdc5d763a39d86cee47/charts/timescaledb-multinode/templates/svc-timescaledb-access.yaml#L17
Could you elaborate a bit? Do you want the Service to be a ClusterIP
for example?
Yes, I want to use ClusterIP instead.
we need ClusterIP as well because all services accessing the db service in our deployment are in the same cluster.
Same here!
We really need this as well, it's currently blocking us from using the chart
We are sorry to say that multinode helm chart is deprecated and not supported anymore. If you want to see this chart supported then we are looking for community maintainers - https://github.com/timescale/helm-charts/tree/master/charts/timescaledb-multinode#call-for-maintainers
I am closing this issue as TimescaleDB-Multinode helm chart is no longer maintained and deprecated. We are looking for potential community maintainers who could help us in getting that helm chart working again. If you wish to become a maintainer, please contact us on slack.
Keep in mind that TimescaleDB is not and will not be dropping multinode setup. Deprecation is only about helm chart.