-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
feat(metrics-api): allow user to configure metrics API server port #3571
Conversation
/run-e2e internal* |
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.
Looking good, could you please fix the linter problems and fix DCO?
https://github.com/kedacore/keda/blob/main/CONTRIBUTING.md#i-didnt-sign-my-commit-now-what
55ea0a5
to
2a1c336
Compare
…s://github.com/kedacore/keda/issues/3570) Signed-off-by: Benjamin Berman <[email protected]>
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.
LGTM
but hold the merge for now
let's do it with the corresponding chart change let me know if there's anything else I should do, |
We're definitely open for PRs on our Helm chart as well - Thank you! Happy you like KEDA - We are always looking for new end-users! |
I think we can merge this. We held it before the hotfix release but next we can proceed. @zroubalik ? |
/run-e2e internal* |
This allows the user to specify which port the metrics API server container should use.
Checklist
Relates to #3576
Relates to kedacore/charts#308