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

Adds eureka and test infrastructure to support it #15

Merged
merged 1 commit into from
Feb 20, 2024
Merged

Conversation

codefromthecrypt
Copy link
Member

This adds Eureka discovery properties, and some test infrastructure so we can easily verify it from a different (test) pod.

notably the following:

  • command - allows us to customize the entrypoint used to start zipkin, so that we can block on a peer container (something you can't do with initContainers)
  • args - allows us to pass arguments to the command. even though we use this in tests, it is also usable normally to do things like adjust logging levels.
  • extraServicePorts - allows us to expose a port inside the same pod, so that we can access it in a test pod. In this case our test eureka container, to verify zipkin registered there,

This adds Eureka discovery properties, and some test infrastructure so
we can easily verify it from a different (test) pod.

Signed-off-by: Adrian Cole <[email protected]>
@codefromthecrypt codefromthecrypt merged commit f80f8b4 into master Feb 20, 2024
1 check passed
@codefromthecrypt codefromthecrypt deleted the eureka branch February 20, 2024 23:49
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.

1 participant