Requirement
In the Branch v2 of this repo, it only supports one user-config for all-in-one architecture, I want to support scalable components of Jaeger version 2 in the helm chart.
Problem
In the Branch v2 of this repo, it only supports one user-config for all-in-one architecture, I want to have different configmap for different components of Jaeger: jaeger-agent, jaeger-collector, jaeger-ingester, jaeger-query all of them has a mapping configmap of user-config so you can not use different config for each one of them as mentioned in here
Also these images(jaeger-agent, jaeger-collector, jaeger-ingester, jaeger-query) doesn't support version 2 image and it has a lot of unnecessary ENV variables if it's migrated to version 2
Proposal
Upgrade jaeger-agent, jaeger-collector, jaeger-ingester, jaeger-query to the jaegertracing/jaeger image and support different configmap for each one of them separately
Open questions
No response