Support multiple scaleTargetRef
s or support Ingress path
#1175
Labels
stale
All issues that are marked as stale due to inactivity
Proposal
KEDA should be able to scale multiple
scaleTargetRef
s.Or KEDA proxy should be able to select the corresponding Deployment based on Ingress path.
Use-Case
I have two Deployments:
a
andb
. Both are accessible through Ingress. They share a hostnameexample.com
and are routed on path:/a
and/b
.I want to scale both Deployments when a request comes in, but it seems KEDA proxy cannot distinguish on path, it just randomly picks a HTTPScaledObject with the corresponding hostname and scales that Deployment.
Is this a feature you are interested in implementing yourself?
No
Anything else?
No response
The text was updated successfully, but these errors were encountered: