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 default port for EC2 upstream #875

Merged
merged 4 commits into from
Jul 23, 2019
Merged

Conversation

mitchdraft
Copy link
Contributor

@mitchdraft mitchdraft commented Jul 23, 2019

BOT NOTES:
resolves #873
resolves #874

@solo-git-bot
Copy link

solo-git-bot bot commented Jul 23, 2019

Issues linked to changelog:
#873

@solo-git-bot
Copy link

solo-git-bot bot commented Jul 23, 2019

Issues linked to changelog:
#873
#874

rickducott
rickducott previously approved these changes Jul 23, 2019
@@ -48,10 +48,14 @@ func upstreamType(up *v1.Upstream) string {
switch up.UpstreamSpec.UpstreamType.(type) {
case *v1.UpstreamSpec_Aws:
return "AWS"
// TODO[next breaking change]
//return "AWS Lambda"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be considered breaking?

@soloio-bulldozer soloio-bulldozer bot merged commit b9093df into master Jul 23, 2019
@soloio-bulldozer soloio-bulldozer bot deleted the fix-ec2-default-port branch July 23, 2019 12:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

glooctl displays "unknown" for upstream of type EC2 EC2 upstream should default to port 80
2 participants