Skip to content
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

AWS Load Balancer Controller ssl redirect using annotation #1686

Closed
wants to merge 7 commits into from

Conversation

pshanoop
Copy link

@pshanoop pshanoop commented Dec 11, 2020

What is the problem I am trying to address?

Adds support for AWS Load Balancer Controller ssl-redirect using annotation

How is the fix applied?

Added new value .Values.ingress.extraPath where we can specify custome serviveName and servicePort. This way we can have ssl-redirect mentioned by AWS Load Balancer Controller documentation

Another value added .Values.ingress.customPath to customize default path for service, ALB uses glob matching so to match all paths we need default path as /*.

What GitHub issue(s) does this PR fix or close?

Fixes gomods/athens-charts#28

@pshanoop pshanoop requested a review from a team as a code owner December 11, 2020 14:31
Copy link
Member

@arschles arschles left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pshanoop I'm not experienced with AWS but the helm changes look good to me. Can you fix the conflict?

charts/athens-proxy/README.md Outdated Show resolved Hide resolved
@arschles
Copy link
Member

@pshanoop there's one conflict in here, but if you can fix that, this PR is ready to go 😄

@pshanoop
Copy link
Author

@arschles I didn't see your first comment.

Fixed conflict and typo. Thanks for reviewing. 👍🏾

@manugupt1
Copy link
Member

Hi @pshanoop Would you be able to update the base-branch and I will be able to merge it after that.

thanks!

@DrPsychick
Copy link
Member

Hey @pshanoop , is this still an issue? And if so, are you willing to do a new PR on the new Chart repo? https://github.com/gomods/athens-charts

@pshanoop pshanoop closed this Mar 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Chart] AWS Load Balancer Controller ssl redirect using annotation
4 participants