[SDC] Fix pipeline lint issue 03/143403/3
authorFiete Ostkamp <fiete.ostkamp@telekom.de>
Fri, 27 Feb 2026 11:04:06 +0000 (12:04 +0100)
committerFiete Ostkamp <fiete.ostkamp@telekom.de>
Fri, 27 Feb 2026 11:26:50 +0000 (12:26 +0100)
- define global.tracing block in sdc services

Issue-ID: OOM-3383
Change-Id: I95495d8db6dffa9f960345280aa7ca4e304674c8
Signed-off-by: Fiete Ostkamp <fiete.ostkamp@telekom.de>
kubernetes/sdc/components/sdc-be/values.yaml
kubernetes/sdc/components/sdc-fe/values.yaml
kubernetes/sdc/components/sdc-onboarding-be/values.yaml

index 611d447..8f4b221 100644 (file)
 # Global configuration defaults.
 #################################################################
 global:
+  tracing:
+    enabled: false
+    collector:
+      baseUrl: http://jaeger-collector.istio-config
+      port:
+        zipkin: 9411
+        otlpGrpc: 4317
+        grpc: 14250
+    sampling:
+      probability: 1.0 # percentage of requests that are sampled (between 0-1/0%-100%)
   nodePortPrefix: 302
   sdc_cassandra:
     #This flag allows SDC to instantiate its own cluster, serviceName
index fdfe0e8..a02ae0e 100644 (file)
 #################################################################
 global:
   nodePortPrefix: 302
+  tracing:
+    enabled: false
+    collector:
+      baseUrl: http://jaeger-collector.istio-config
+      port:
+        zipkin: 9411
+        otlpGrpc: 4317
+        grpc: 14250
+    sampling:
+      probability: 1.0 # percentage of requests that are sampled (between 0-1/0%-100%)
 
 #################################################################
 # Application configuration defaults.
index 074de38..9ceaf3f 100644 (file)
 #################################################################
 global:
   nodePortPrefix: 302
+  tracing:
+    enabled: false
+    collector:
+      baseUrl: http://jaeger-collector.istio-config
+      port:
+        zipkin: 9411
+        otlpGrpc: 4317
+        grpc: 14250
+    sampling:
+      probability: 1.0 # percentage of requests that are sampled (between 0-1/0%-100%)
   persistence: {}
   sdc_cassandra:
     #This flag allows SDC to instantiate its own cluster, serviceName