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

dockersubdomain ingress #49

Open
bonickle opened this issue Jan 15, 2024 · 1 comment
Open

dockersubdomain ingress #49

bonickle opened this issue Jan 15, 2024 · 1 comment

Comments

@bonickle
Copy link

bonickle commented Jan 15, 2024

setting "dockersubdomain: true" breaks the ingress, at least for nginx in a EKS cluster. this is because the ingress gets the host "*.host.domain" but is missing the rule for the main site "host.domain", so when you navigate to the main site for nexus there will be a cert error. I had to use the additional rules to configure the docker subdomain rule instead.

Enabling "dockersubdomain: true" should probably just add an additional rule to also include "*.host.domain" along with "host.domain"

@bonickle
Copy link
Author

bonickle commented Jan 15, 2024

Okay so I noticed if you do not enable " .Values.ingress.defaultRule" it will not create the rule for the main host. So "dockersubdomain: true" works fine, my bad I should have dug into the templates more first.

Is there a reason it defaults to false or why this is even a override ? I do not know why you would not want the rule for the main host for any reason.

I recommend at least updating the values with a comment or adding something into the readme explaining this better and setting the default to true.

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

No branches or pull requests

1 participant