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

Chart: baseURL is set including "https" if not explicitly set #894

Open
kastl-ars opened this issue Sep 25, 2024 · 1 comment
Open

Chart: baseURL is set including "https" if not explicitly set #894

kastl-ars opened this issue Sep 25, 2024 · 1 comment

Comments

@kastl-ars
Copy link

Thanks for the nice chart, it is working (almost) perfectly!

One thing I noticed in my tests, which were done without TLS being enabled:

I could reach the planka ingress, but only got a white page. I found that the page's source code contained links to https://<hostname-from-ingress>.
I could reach the site via https, but only because Traefik (my ingress controller) has a default TLS certificate.

Setting the baseURL to http://<hostname-from-ingress> allowed me to properly reach the page via HTTP.

I know this is a cornercase, but it might be worth a hint. Not sure if the baseURL can be properly derived with http or https, dependening on whether ingress.tls is set or not.

Kind Regards
Johannes

@kastl-ars
Copy link
Author

@Chris-Greaves FYI

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