-
Notifications
You must be signed in to change notification settings - Fork 831
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
Add support to add ambassador circuit-breaker in seldon deployment #1556
Comments
Right now we can provide a custom ambassador config to workaround this issue: https://github.com/SeldonIO/seldon-core/blob/master/operator/controllers/ambassador.go#L251 Seldon will use it directly, would be great to make seldon merge custom ambassador config provided by users with the one generated by seldon. |
@cliveseldon if no one take this I can grab it and try to fix it |
That would be great @anggao |
The plan is to add these new annotations for ambassador
|
Right now seldon-sore doesn't support ambassador circuit-breaker in the deployment. would be great to allow users to configure circuit-breaker for their model deployments.
The text was updated successfully, but these errors were encountered: