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 eureka bug #309

Merged
merged 2 commits into from
Oct 20, 2021
Merged

Conversation

gw123
Copy link
Contributor

@gw123 gw123 commented Oct 19, 2021

No description provided.

Copy link

@megaeasex megaeasex left a comment

Choose a reason for hiding this comment

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

[TASK:easegress-pr-test SUCCESS]megaease/easegress Pull Request 309 Deploy Test Success

@codecov-commenter
Copy link

codecov-commenter commented Oct 19, 2021

Codecov Report

Merging #309 (a12ede2) into main (69ef753) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #309   +/-   ##
=======================================
  Coverage   80.47%   80.47%           
=======================================
  Files          53       53           
  Lines        5973     5973           
=======================================
  Hits         4807     4807           
  Misses        908      908           
  Partials      258      258           

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 69ef753...a12ede2. Read the comment docs.

instances = append(instances, &plain)
}

if info.SecurePort != nil && info.SecurePort.Enabled {
secure := baseServiceInstanceSpec
secure.Port = uint16(info.Port.Port)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
secure.Port = uint16(info.Port.Port)
secure.Port = uint16(info.SecurePort.Port)

Copy link

@megaeasex megaeasex left a comment

Choose a reason for hiding this comment

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

[TASK:easegress-pr-test SUCCESS]megaease/easegress Pull Request 309 Deploy Test Success

@localvar localvar merged commit 94c8917 into easegress-io:main Oct 20, 2021
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

4 participants