X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-platform%2F50-RIC-Platform%2Fhelm%2Fjaegeradapter%2Ftemplates%2Fenv.yaml;fp=ric-platform%2F50-RIC-Platform%2Fhelm%2Fjaegeradapter%2Ftemplates%2Fenv.yaml;h=e21b8d9f2d51c880d05521f96e85a29f0cf02770;hb=0011afae26ce8f51b964ddc47d8d4b4f80830a4c;hp=0000000000000000000000000000000000000000;hpb=2df61c2fcf64b32ecf7f064ef9cbbe6b54a15bc0;p=it%2Fdep.git diff --git a/ric-platform/50-RIC-Platform/helm/jaegeradapter/templates/env.yaml b/ric-platform/50-RIC-Platform/helm/jaegeradapter/templates/env.yaml new file mode 100644 index 00000000..e21b8d9f --- /dev/null +++ b/ric-platform/50-RIC-Platform/helm/jaegeradapter/templates/env.yaml @@ -0,0 +1,11 @@ +apiVersion: v1 +kind: ConfigMap +metadata: + name: {{ include "common.configmapname.jaegeradapter" . }} + namespace: {{ include "common.namespace.platform" . }} +data: + TRACING_ENABLED: "0" + TRACING_JAEGER_SAMPLER_TYPE: "const" + TRACING_JAEGER_SAMPLER_PARAM: "1" + TRACING_JAEGER_AGENT_ADDR: {{ include "common.servicename.jaegeradapter.agent" . }}.{{ include "common.namespace.platform" . }} + TRACING_JAEGER_LOG_LEVEL: "error"