-
Notifications
You must be signed in to change notification settings - Fork 4
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
primary-site: add KEDA based autoscaling support to inbox-listener #92
Conversation
b4af1e7
to
4edd173
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this include autoscaling config for the stream service as well?
autoscaling: | ||
enabled: false | ||
minReplicas: 1 | ||
maxReplicas: 10 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are these recommended values? Do we have any way to make recommendations?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It depends on load and capacity, so we'll have to expound on this in docs. False
and 1
are appropriate defaults in any case.
9cdfa7c
to
444d312
Compare
@james-rms this is ready to go, there was no way to improve the KEDA install. |
2edd789
to
3a0c84e
Compare
Changelog
Docs
https://docs.foxglove.dev/docs/primary-sites/self-hosting/autoscaling#inbox-listener
Description
Autoscaling can now be enabled automatically for inbox-listener. Requires KEDA to be installed as a prerequisite.
Fixes: FG-8702
Fixes: FG-7045
Fixes: FG-8694