Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(amazon): Update default internalPort for CLBs to 80 #7220

Conversation

alanmquach
Copy link
Contributor

No idea why we defaulted to 0 for the internal port, but this seems to fail silently somewhere in the backend, basically with a task completion that ends up with no listener created (probably because 0 isn't really a port).

80 seems more reasonable since we already default to HTTP anyways. This way if someone forgot to actually configure their desired internal port, at least they'll get a listener created to the wrong port instead of wondering why the listener didn't get created

@christopherthielen christopherthielen merged commit b2c0cf0 into spinnaker:master Jul 13, 2019
christopherthielen added a commit to christopherthielen/deck that referenced this pull request Jul 15, 2019
b2c0cf0 fix(amazon): Update default internalPort for CLBs to 80 (spinnaker#7220)
christopherthielen added a commit that referenced this pull request Jul 15, 2019
b2c0cf0 fix(amazon): Update default internalPort for CLBs to 80 (#7220)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants