[AAI] Add tracing-related config to application.properties in OOM chart
[oom.git] / kubernetes / aai / components / aai-resources / values.yaml
index 1770b5b..68a6a71 100644 (file)
@@ -242,9 +242,17 @@ resources:
       memory: 8Gi
     requests:
       cpu: 2
-      memory: 4Gi
+      memory: 6Gi
   unlimited: {}
 
+tracing:
+  collector:
+    baseUrl: http://jaeger-collector.istio-system:9411
+  sampling:
+    probability: 1.0 # percentage of requests that are sampled (between 0-1/0%-100%)
+  ignorePatterns:
+    - /aai/util.*
+
 metrics:
   serviceMonitor:
     enabled: false