-
Notifications
You must be signed in to change notification settings - Fork 502
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
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.
@pshanoop I'm not experienced with AWS but the helm changes look good to me. Can you fix the conflict?
@pshanoop there's one conflict in here, but if you can fix that, this PR is ready to go 😄 |
Co-authored-by: Aaron Schlesinger <[email protected]>
@arschles I didn't see your first comment. Fixed conflict and typo. Thanks for reviewing. 👍🏾 |
Hi @pshanoop Would you be able to update the base-branch and I will be able to merge it after that. thanks! |
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 |
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 customeserviveName
andservicePort
. This way we can have ssl-redirect mentioned by AWS Load Balancer Controller documentationAnother 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