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

Changed targetPort for httpbin pods #2384

Merged
merged 2 commits into from Apr 6, 2020

Conversation

JasonMorgan
Copy link
Contributor

website: fixing https://projectcontour.io/examples/httpbin.yaml so that the service serves up the httpbin site.

Didn't bother making an issue but I'm happy to if that's useful.

The containers serve traffic at 80, not 8080. The service gives you 503s until you make this change.

Signed-off-by: Jason Morgan jmorgan@pivotal.io

@codecov
Copy link

codecov bot commented Mar 25, 2020

Codecov Report

Merging #2384 into master will not change coverage by %.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2384   +/-   ##
=======================================
  Coverage   77.42%   77.42%           
=======================================
  Files          66       66           
  Lines        5423     5423           
=======================================
  Hits         4199     4199           
  Misses       1133     1133           
  Partials       91       91           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9dced68...2cdeb3b. Read the comment docs.

Copy link
Member

@stevesloka stevesloka left a comment

Choose a reason for hiding this comment

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

/lgtm Thanks for fixing this up @JasonMorgan! =)

@stevesloka
Copy link
Member

@JasonMorgan could you sign the commit so we pass the DCO?

 $ git commit --amend --signoff

@JasonMorgan
Copy link
Contributor Author

Hey sorry, just seeing this, let me sign it appropriately, just did the old browser edit.

@stevesloka
Copy link
Member

Hey @JasonMorgan friendly ping if you're available to sign off your commit. Thanks!

The containers serve up at 80, not 8080. The service gives you 503s until you make this change.

Signed-off-by: Jason Morgan <jmorgan@f9vs.com>
@JasonMorgan
Copy link
Contributor Author

Sorry about the delay!

@stevesloka stevesloka merged commit 2cd68e2 into projectcontour:master Apr 6, 2020
@stevesloka
Copy link
Member

No worries, thanks @JasonMorgan!

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.

None yet

2 participants