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

helm: Set correct ingress endpoint protocol #9181

Merged
merged 1 commit into from Nov 16, 2021

Commits on Nov 15, 2021

  1. helm: set correct ingress endpoint protocol

    In the helm chart, the ingress for the dashbard was always referring
    to the http-dashboard port on the dashboard service. If ssl is enabled
    the https-dashboard port must be specified, or else the dashboard
    will not be available through the ingress.
    
    The default is also changed from http to https when the dashboard
    is installed through the cluster helm chart.
    
    Signed-off-by: Travis Nielsen <tnielsen@redhat.com>
    travisn committed Nov 15, 2021
    Copy the full SHA
    ae89658 View commit details
    Browse the repository at this point in the history