[CDS] BP Request tracing
[oom.git] / kubernetes / cds / components / cds-blueprints-processor / values.yaml
index d713d10..3244748 100755 (executable)
@@ -66,7 +66,7 @@ secrets:
 # Application configuration defaults.
 #################################################################
 # application image
-image: onap/ccsdk-blueprintsprocessor:1.4.2
+image: onap/ccsdk-blueprintsprocessor:1.5.3
 pullPolicy: Always
 
 # flag to enable debugging - application support required
@@ -203,23 +203,24 @@ flavor: small
 resources:
   small:
     limits:
-      cpu: 2
-      memory: 4Gi
-    requests:
       cpu: 1
-      memory: 1Gi
+      memory: 1.8Gi
+    requests:
+      cpu: 0.5
+      memory: 1.8Gi
   large:
     limits:
-      cpu: 4
-      memory: 8Gi
-    requests:
       cpu: 2
-      memory: 4Gi
+      memory: 3.6Gi
+    requests:
+      cpu: 1
+      memory: 3.6Gi
   unlimited: {}
 
 readinessCheck:
   wait_for:
-    - cds-db
+    apps:
+      - cds-db
 
 #Pods Service Account
 serviceAccount:
@@ -230,3 +231,11 @@ serviceAccount:
 # workflow store flag
 workflow:
   storeEnabled: false
+
+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:
+    - .*/execution-service/health-check