-
Notifications
You must be signed in to change notification settings - Fork 403
Console enable http with redirect to https #1236
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
Console enable http with redirect to https #1236
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.
lgtm
I've setup a cluster to check and works without issues
would be good if you could update the PR by adding grafana to the list too
approve from me
httpsRedirect: true # automatic 301 redirect from http to https | ||
hosts: | ||
- "console.{{.Values.global.domainName}}" |
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.
Instead of listing hosts here please provide a wildcard like we have above.
If we have console and grafana we could have as well dex, jaeger, ui-api etc. so it's better have the same config like with https
Added port 80 to gateway for console with https redirect.