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

Official NSQ Helm chart for Kubernetes

Results 4 helm-chart issues
Sort by recently updated
recently updated
newest added

Hey.. is there some sort of known issue with this scenario. i have the nsq suite running in my eks environment. Through the admin portal, if i create a topic...

question

The Service port is not used for scraping. The actual Endpoints resources part of Service are at 9117 (targetPort/containerPort). The best practice for scraping metrics is to do that against...

bug

I noticed that body from nsqlookupd response contains `broadcast_address` with podIP value of nsqd instance, which gets stale/invalid as soon nsqd pod restarts. ``` / # curl "http://nsq-nsqlookupd.nsq.svc.cluster.local:4161/lookup?channel=chan1&format=json&topic=topic1" {"channels":["chan1"],"producers":[{"remote_address":"10.15.119.136:48390","hostname":"nsq-nsqd-1","broadcast_address":"10.15.119.136","tcp_port":4150,"http_port":4151,"version":"1.3.0"},{"remote_address":"10.15.82.172:36240","hostname":"nsq-nsqd-0","broadcast_address":"10.15.82.172","tcp_port":4150,"http_port":4151,"version":"1.3.0"}]} ```...

It will be useful if you want to deploy multiple instances in the same namespace