-
Notifications
You must be signed in to change notification settings - Fork 243
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
Support creating multiple URLs with the same TargetPort #3710
Comments
It is currently possible to create URLs on the same port.
It doesn't work for devfile endpoints and gives validation error. We need to change that. |
To support this, we want wait for #3718 to be done first, to move url settings into to devfile.yaml. Also:
|
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
Stale issues rot after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle rotten |
Rotten issues close after 30d of inactivity. Reopen the issue by commenting /close |
@openshift-bot: 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/test-infra repository. |
/kind user-story
/area url
/area devfile
User Story
As a user I want to create multiple URLs with the same port, so that I have different
path
defined using different ingresses/routes for the same port, and I can create one http URL and another https URL using the same port as well.Acceptance Criteria
The text was updated successfully, but these errors were encountered: