quickwit-oss / helm-charts

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

Autoscaling with KEDA #54

Open idrissneumann opened 11 months ago

idrissneumann commented 11 months ago

Is-it possible to add a flag to enable the KEDA autoscaler for the searcher and indexer pods. Something we could enabled in the values.yaml like that:

keda:
  indexer:
     enabled: true
     # metrics used for scale
  searcher:
     enabled: true
     # metrics used for scale

Thanks