[COMMON] Harmonize resource settings
[oom.git] / kubernetes / cds / components / cds-blueprints-processor / values.yaml
index a082c2c..3d931d3 100755 (executable)
@@ -203,18 +203,18 @@ flavor: small
 resources:
   small:
     limits:
-      cpu: 1
-      memory: 1.8Gi
+      cpu: "1"
+      memory: "1.8Gi"
     requests:
-      cpu: 0.5
-      memory: 1.8Gi
+      cpu: "0.5"
+      memory: "1.8Gi"
   large:
     limits:
-      cpu: 2
-      memory: 3.6Gi
+      cpu: "2"
+      memory: "3.6Gi"
     requests:
-      cpu: 1
-      memory: 3.6Gi
+      cpu: "1"
+      memory: "3.6Gi"
   unlimited: {}
 
 readinessCheck:
@@ -231,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