[AAI] Add tracing-related config to application.properties in OOM chart
[oom.git] / kubernetes / aai / components / aai-resources / values.yaml
index 6efb129..68a6a71 100644 (file)
@@ -231,20 +231,28 @@ serviceMesh:
 resources:
   small:
     limits:
-      cpu: 999
+      cpu: 2
       memory: 4Gi
     requests:
       cpu: 1
       memory: 3Gi
   large:
     limits:
-      cpu: 999
+      cpu: 4
       memory: 8Gi
     requests:
       cpu: 2
       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