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

How to create openshift route resource to take incoming request on custom port other than default (443)? #28924

Open
rahulsb opened this issue Jul 4, 2024 · 0 comments

Comments

@rahulsb
Copy link

rahulsb commented Jul 4, 2024

[provide a description of the issue]

Version 4.15
Steps To Reproduce
  1. Create OpenShift route resource to expose application public URL
  2. Define custom port to listen other than default 443
Current Result
  1. Openshift routes do not allow to specify custom port to listen on and for HTTPS it always assume 443.
Expected Result
  1. Like the ingress controllers provide ways to customise the port , openshift route must provide a way to specify the http and https custom port for public urls of applications.
Additional Information

[try to run $ oc adm diagnostics (or oadm diagnostics) command if possible]
[if you are reporting issue related to builds, provide build logs with BUILD_LOGLEVEL=5]
[consider attaching output of the $ oc get all -o json -n <namespace> command to the issue]
[visit https://docs.openshift.org/latest/welcome/index.html]

@rahulsb rahulsb changed the title How to create openshift route resource to take incoming request on custom port than default (443)? How to create openshift route resource to take incoming request on custom port other than default (443)? Jul 4, 2024
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