-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
To prevent breaking downstream applications, we should store and reuse the dynamically allocated ports on the host for each service.
When a package is first registered, we should store the ports it gets assigned in the context configuration. Any subsequent installations should reuse the registered ports. If a package is reinstalled and does not still use the port, it should be removed from the registry. Essentially, it should be updated based on the post-install status. If a port was reused, keep it. If a new port was added, save it. If a port was removed, remove it.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers