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

set / as default path but allow for individual configuration in values.yml #742

Merged
merged 1 commit into from
Mar 26, 2019

Conversation

alsokate
Copy link
Contributor

@alsokate alsokate commented Mar 20, 2019

The current hardcoded path / in the ingress template of the Helm charts does not work in the context of AWS ALBs. The listener is explicit in its routing, and the path needs to be set to /* in order for any of the requests to Clair endpoints to succeed. This is a fix that sets / as a default but allows for others using the same system to set a custom configuration without having to maintain their own copy of the Helm charts.

Viz:
(with default / path)
Screenshot 2019-03-19 10 33 19
Screenshot 2019-03-19 10 34 25

(with path configured to /* in a local, customized clone of the helm charts)
Screenshot 2019-03-19 10 28 17
Screenshot 2019-03-19 10 35 46
Screenshot 2019-03-19 10 35 56

@alsokate alsokate marked this pull request as ready for review March 20, 2019 17:18
@jzelinskie jzelinskie added area/usability related to improving user experience component/contrib labels Mar 26, 2019
@jzelinskie
Copy link
Contributor

Hey there.

This is actually some default boilerplate generated with all Helm Charts, I believe.
You might be able to make this case upstream as well.

@jzelinskie jzelinskie merged commit 3316e7e into quay:master Mar 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/usability related to improving user experience
Development

Successfully merging this pull request may close these issues.

None yet

2 participants