quintilesims / layer0

Build, Manage, and Deploy Your Applications
Apache License 2.0
44 stars 20 forks source link

Default listener/default health check is created when creating a load balancer #412

Closed jparsons04 closed 6 years ago

jparsons04 commented 6 years ago

Expected behavior

Should a default port/default health check be created by default or should a request be required to provide a health check and at least one port?

Actual behavior

When creating load balancers, if no ports are specified in the request, a default listener is created (TCP port 80 -> TCP port 80) and a health check is created also on TCP:80.

jparsons04 commented 6 years ago

Spawned from this comment: https://github.com/quintilesims/layer0/pull/410#discussion_r148648378

tribaljack commented 6 years ago

Should have consolidated single place of entry for defaults for v0.11.0; behavior can change after.

diemonster commented 6 years ago

Closing, the behavior called out is/was intended.