kedacore / charts

Helm charts for KEDA
Apache License 2.0
149 stars 215 forks source link

Missing PDB for http addon interceptors #658

Open abatilo opened 1 month ago

abatilo commented 1 month ago

There is no pod disruption budget on the http addon interceptors, which means that during node rollover, there might not be any interceptors available to add requests to its queue. Since the queues themselves are in memory, that means that there would be dropped requests.

Could we add a PDB to that replicaset?

zroubalik commented 1 month ago

@abatilo are you willing to contribute this?

abatilo commented 1 month ago

Hi @zroubalik! I am willing to contribute this!

https://github.com/kedacore/charts/pull/662