-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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 Chart Ingress service port for http uses https service port #9656
Comments
I already provide a fix here #9863 |
When might this appear in a release on GitHub? |
I can cut a chart release tomorrow |
Any update on this, @floreks ? |
Available in https://github.com/kubernetes/dashboard/releases/tag/kubernetes-dashboard-7.10.4 /close |
@floreks: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
What happened?
Helm chart service port is incorrectly assigned. http ingress rule was connecting to 443 port rather than 80
What did you expect to happen?
Service port of 80 should be used with helm chart
How can we reproduce it (as minimally and precisely as possible)?
Invoke Helm chart with app.ingress.hosts=null and observe backend.port.number=443 rather than 80
Anything else we need to know?
No response
What browsers are you seeing the problem on?
No response
Kubernetes Dashboard version
7.10.0
Kubernetes version
1.29.5
Dev environment
No response
The text was updated successfully, but these errors were encountered: