boomerang-io / charts

Helm charts for Boomerang Projects
Apache License 2.0
3 stars 5 forks source link

Introducing multi Jaeger deployment support #13

Closed morarucostel closed 3 years ago

morarucostel commented 3 years ago

Closes #12

Introducing two common functions: 1/ bmrg.jaeger.config.agents to be used in the configmap resources in order to generate the configuration in the application.properties necessary for the java jaeger framework, 2/ bmrg.jaeger.deployment.agents to ber used in the deployment resources to generate the list of Jaeger agents as side-cars to the business container.

Changelog

New

Changed

Removed

Testing / Reviewing

Tested on the local env.

morarucostel commented 3 years ago

Hey @tlawrie , can you please review this PR?