-
Notifications
You must be signed in to change notification settings - Fork 880
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
Custom value of agent port #489
Conversation
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.
Hi @HamzaZo, thanks for the contribution!
This looks good but is missing a few things:
- The health probes need to be updated with the custom port,
- Bats unit tests need to be added to ensure coverage on this new configurable. You can find those in
test/unit
.
Thanks again!
Hello @jasonodonnell, thanks for the review. I added the missing configs Thanks! |
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.
Thanks @HamzaZo! It looks like the service will also need unit tests since those values are effected by this configurable as well.
@jasonodonnell I update the configuration, could you check it? Thanks |
Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
Hi @jasonodonnell, |
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, thanks!
This PR allows users to set the different port of
AGENT_INJECT_LISTEN
, other than the default one.Ref issue