-
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
Unable to use custom port #420
Labels
enhancement
New feature or request
Comments
GMartinez-Sisti
added
enhancement
New feature or request
waiting-on-response
Waiting for a response from the user
labels
Sep 10, 2024
doctahpopp
added a commit
to doctahpopp/atlantis-helm-charts
that referenced
this issue
Sep 24, 2024
@GMartinez-Sisti Have a look at the MR let me know we might be able to get it merged! |
GMartinez-Sisti
removed
the
waiting-on-response
Waiting for a response from the user
label
Sep 25, 2024
doctahpopp
added a commit
to doctahpopp/atlantis-helm-charts
that referenced
this issue
Sep 25, 2024
update docs bump minor version Reset patch version
GMartinez-Sisti
pushed a commit
that referenced
this issue
Oct 9, 2024
Merged on #426. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You have the ability to set the
targetPort
andportName
on the service definition, as well as the ability to defineATLANTIS_PORT
env variable on thestatefulSet
to use a custom port with this workload.However, this does not update the port on container spec or the readinessProbes.
These sections use static blocks
https://github.com/runatlantis/helm-charts/blob/main/charts/atlantis/templates/statefulset.yaml#L238-L240
https://github.com/runatlantis/helm-charts/blob/main/charts/atlantis/templates/statefulset.yaml#L505-L521
Propose updating the chart to use
service.targetPort
to configure all of the necessary port settings on the chart resources.Ill cut an MR.
The text was updated successfully, but these errors were encountered: