-
Notifications
You must be signed in to change notification settings - Fork 334
Add support for custom service links #17616
Copy link
Copy link
Open
Labels
JIRAQA/dev-automationIssues that engineers have written automation around so QA doesn't have look at thisIssues that engineers have written automation around so QA doesn't have look at thisarea/dashboardbot/issue-triageheadlineHeadline item being tracked at top-levelHeadline item being tracked at top-levelkind/enhancementneeds-infopriority/0
Milestone
Metadata
Metadata
Assignees
Labels
JIRAQA/dev-automationIssues that engineers have written automation around so QA doesn't have look at thisIssues that engineers have written automation around so QA doesn't have look at thisarea/dashboardbot/issue-triageheadlineHeadline item being tracked at top-levelHeadline item being tracked at top-levelkind/enhancementneeds-infopriority/0
Type
Fields
Give feedbackNo fields configured for Feature.
Internal Reference: SURE-7445
The current Rancher UI logic only generates clickable proxy URLs for services when certain conditions are met: the 'ports' array in the service spec must be populated, the protocol must be TCP, and the port number must end with '80' or '443'.
This request is that we introduce an annotation on services to designate any given port as a web service endpoint, thereby instructing the UI to generate clickable links for these services, regardless of the port number used.
Annotation name TBD