helm-charts icon indicating copy to clipboard operation
helm-charts copied to clipboard

feat: allow to customize nodeports

Open fredleger opened this issue 5 months ago • 3 comments

This PR will allow to customize NodePorts used by quickwit services (searcher, indexer, metastore and control_plane only)

I did not add default values as it was not the case for the other values provided by the original chart (like .values.searcher.serviceType) and followed the same logic for documentation of values. Maybe this should be done more globally in another PR.

fredleger avatar Aug 14 '25 08:08 fredleger

any update on this ?

fredleger avatar Sep 03 '25 09:09 fredleger

Hi @fredleger Thanks for the PR. Just to understand the use case, why do you want to customize the NodePorts?

fmassot avatar Sep 06 '25 18:09 fmassot

Yes the use case is to deploy in kubernetes on-premise where there is no LBs and we want to use internals ips and ports

fredleger avatar Sep 22 '25 14:09 fredleger

@guilload sorry for the delay i updated my code

fredleger avatar Dec 12 '25 12:12 fredleger