Skip to content

Commit

Permalink
fix(amazon): Update default internalPort for CLBs to 80 (#7220)
Browse files Browse the repository at this point in the history
  • Loading branch information
alanmquach authored and christopherthielen committed Jul 13, 2019
1 parent 8275ba6 commit b2c0cf0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export class Listeners extends React.Component<IListenersProps, IListenersState>
internalProtocol: 'HTTP',
externalProtocol: 'HTTP',
externalPort: 80,
internalPort: 0,
internalPort: 80,
});
this.updateListeners();
};
Expand Down

0 comments on commit b2c0cf0

Please sign in to comment.