-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow multiple host feilds in the HttpScaledObject #552
Comments
We have a similar requirement for this, currently using list of httpscaledobject resource. Will raise a PR for this. |
That would be awesome, thank you @someshkoli! |
Do you use different |
also have a use case for this (I think it is the same?) - we have multiple ingresses pointing to the same deployment |
Hi, we have a deployment that is exposed via multiple hostname in the ingress; As a workaround, I tried creating multiple HttpScaledObject, and in the targetRef added the same deployment and service with the different host but seem the http-scaller component crashes trying to handle with
fatal error: concurrent map writes
Use-Case
Ability to handle multiple host to scale the same deployment
Specification
The HttpScaledObject should accept a list of strings in the host field and the route should be added for all those hosts to the service; i.e. request to any one of those hosts would scale up the service.
The text was updated successfully, but these errors were encountered: