-
Notifications
You must be signed in to change notification settings - Fork 190
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(atlantis): add containerPort custom #444
feat(atlantis): add containerPort custom #444
Conversation
14ee0f8
to
f8a8caa
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.
Hi @jullianow, thank you for your contrubtion.
Please check the comment below and also:
- bump chart minor version due to new feature
- update the comment to reflect the new feature
-- (int) [optional] Define the port you would like atlantis to run on. Defaults to 4141.
6f38d76
to
7548d87
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.
Thanks for the update, just missing some details.
fc10b46
to
e475552
Compare
Signed-off-by: Julliano Goncalves <[email protected]>
e475552
to
c399db9
Compare
…0 in charts/atlantis/chart.yaml (runatlantis#445) * chore(deps): update ghcr.io/runatlantis/atlantis docker tag to v0.32.0 in charts/atlantis/chart.yaml * Bump minor version Signed-off-by: Gabriel Martinez <[email protected]> --------- Signed-off-by: Gabriel Martinez <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Gabriel Martinez <[email protected]> Signed-off-by: Julliano Goncalves <[email protected]>
Signed-off-by: Julliano Goncalves <[email protected]>
Signed-off-by: Julliano Goncalves <[email protected]>
…kflows/lint-test.yaml (runatlantis#447) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: Julliano Goncalves <[email protected]>
c399db9
to
45060d7
Compare
Signed-off-by: Julliano Goncalves <[email protected]>
Signed-off-by: Julliano Goncalves <[email protected]>
Signed-off-by: Julliano Goncalves <[email protected]>
…kflows/lint-test.yaml (runatlantis#447) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: Julliano Goncalves <[email protected]>
…helm-charts into containerport-custom
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 @jullianow!
what
This change seeks to provide the possibility of defining a port for the container different from the one specified in the service.
why
This change aims to maintain compatibility with scenarios in which the Atlantis administrator wants to deploy a sidecar (using the extraContainers property) in which it will receive the traffic coming from the Service. This is a case, for example, when we want to have an oauth2-proxy responding to requests and acting as a proxy for Atlantis. With this change, this will still be possible for those who need it. By default, the behavior continues to be that the Service's targetPort is the same value for the Atlantis ContainerPort.