apexdesigner / apex-cluster-manager

0 stars 0 forks source link

Improved Port Handling #6

Closed dave-apex closed 2 years ago

dave-apex commented 2 years ago

Currently, the port parameter is assigned automatically and cannot be changed. It would be better to have a special day type for port and a field that defaults to the first available port but let’s you select and change it.

It would also be good to have a page that shows all the nodePort assignments in all the manifests.

dave-apex commented 2 years ago

Version 0.0.3 now includes a Port data type for properties. This will default to the next port not in use (starting with the ones that are in use as NodePorts. There is also a Cluster page that lists all the NodePorts in use and their apps / namespaces.