aboutsummaryrefslogtreecommitdiffstats
path: root/helm/policy/components/policy-clamp-runtime-acm/values.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'helm/policy/components/policy-clamp-runtime-acm/values.yaml')
-rw-r--r--helm/policy/components/policy-clamp-runtime-acm/values.yaml18
1 files changed, 18 insertions, 0 deletions
diff --git a/helm/policy/components/policy-clamp-runtime-acm/values.yaml b/helm/policy/components/policy-clamp-runtime-acm/values.yaml
index c4473822..82487e69 100644
--- a/helm/policy/components/policy-clamp-runtime-acm/values.yaml
+++ b/helm/policy/components/policy-clamp-runtime-acm/values.yaml
@@ -93,3 +93,21 @@ serviceAccount:
customNaming:
toscaElementName: org.onap.policy.clamp.acm.AutomationCompositionElement
toscaCompositionName: org.onap.policy.clamp.acm.AutomationComposition
+
+
+jaeger:
+ service:
+ name: jaeger
+ enabled: true
+ sampling:
+ probability: "1.0"
+ producer:
+ type: B3,W3C,B3_MULTI
+ collector:
+ protocol: grpc
+ host: "http://jaeger"
+ portOtlpGrpc: 4317
+ portOtlpHttp: 4318
+ portJaegerGrpc: 14250
+
+applicationName: acm-r \ No newline at end of file