quickwit-oss / helm-charts

Helm charts for Quickwit
https://helm.quickwit.io
MIT License
22 stars 28 forks source link

Route ingest request to indexers #57

Open fulmicoton opened 11 months ago

fulmicoton commented 11 months ago

Right now our ingress routes requests to searchers. It would be more efficient to send them to indexers probably.

We can probably cook something by adding a route and adding the annotation: nginx.ingress.kubernetes.io/use-regex: "true"