Skip to content

Add expose button to service deployed by the module #388

Open
@hanshal101

Description

@hanshal101

Feature Request

Add expose button to the services deployed by the module. It should expose the port and redirect to the page itself if err is not nil.
Something like this:

const [port, err] = handleExpose();
if (err !== undefined) {
  notification(err)
} else {
  window.location.href = `http://localhost:${port}`;
}

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions