qdrant-helm
qdrant-helm copied to clipboard
Hardcoded p2p port in configmap template
If I understand correctly, changing the p2p port via value.yaml is permitted behavior. But at the same time, the initialization script rigidly fixes the port through which the nodes will communicate with each other in configmap.yaml
I have made a pr for this and another clustering issue to do with tls. Hopefully it should be fairly qrick to review and merge. :)