[SO] Fix helm templating issue 88/140888/1
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Thu, 15 May 2025 13:04:18 +0000 (15:04 +0200)
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Thu, 15 May 2025 13:04:18 +0000 (15:04 +0200)
Issue-ID: SO-4151
Change-Id: I96617e3951bbf32ed61eb13a6e568b7b0f4a4022
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
kubernetes/so/components/so-bpmn-infra/values.yaml
kubernetes/so/components/so-catalog-db-adapter/values.yaml
kubernetes/so/components/so-openstack-adapter/values.yaml
kubernetes/so/components/so-request-db-adapter/values.yaml
kubernetes/so/components/so-sdc-controller/values.yaml
kubernetes/so/components/so-sdnc-adapter/values.yaml

index a62895d..db6a1cd 100755 (executable)
@@ -28,6 +28,13 @@ global:
     useOperator: true
     service: mariadb-galera
     servicePort: '3306'
+  tracing:
+    enabled: false
+    collector:
+      baseUrl: http://jaeger-collector.istio-config:9411
+    sampling:
+      probability: 1.0 # percentage of requests that are sampled (between 0-1/0%-100%)
+
 
 readinessCheck:
   wait_for:
index 97768e6..0cbef83 100755 (executable)
@@ -24,6 +24,12 @@ global:
   mariadbGalera:
     service: mariadb-galera
     servicePort: '3306'
+  tracing:
+    enabled: false
+    collector:
+      baseUrl: http://jaeger-collector.istio-config:9411
+    sampling:
+      probability: 1.0 # percentage of requests that are sampled (between 0-1/0%-100%)
 
 readinessCheck:
   wait_for:
index 1d7e84f..931f470 100755 (executable)
@@ -24,6 +24,13 @@ global:
     useOperator: true
     service: mariadb-galera
     servicePort: '3306'
+  tracing:
+    enabled: false
+    collector:
+      baseUrl: http://jaeger-collector.istio-config:9411
+    sampling:
+      probability: 1.0 # percentage of requests that are sampled (between 0-1/0%-100%)
+
 
 readinessCheck:
   wait_for:
index 13a5bf0..80d06dd 100755 (executable)
@@ -24,6 +24,12 @@ global:
     useOperator: true
     service: mariadb-galera
     servicePort: '3306'
+  tracing:
+    enabled: false
+    collector:
+      baseUrl: http://jaeger-collector.istio-config:9411
+    sampling:
+      probability: 1.0 # percentage of requests that are sampled (between 0-1/0%-100%)
 
 readinessCheck:
   wait_for:
index 11aefec..813ede9 100755 (executable)
@@ -25,6 +25,12 @@ global:
     service: mariadb-galera
     servicePort: '3306'
   soSdcListenerKafkaUser: so-sdc-list-user
+  tracing:
+    enabled: false
+    collector:
+      baseUrl: http://jaeger-collector.istio-config:9411
+    sampling:
+      probability: 1.0 # percentage of requests that are sampled (between 0-1/0%-100%)
 
 readinessCheck:
   wait_for:
index 8427108..71b58f1 100755 (executable)
@@ -27,6 +27,12 @@ global:
     useOperator: true
     service: mariadb-galera
     servicePort: '3306'
+  tracing:
+    enabled: false
+    collector:
+      baseUrl: http://jaeger-collector.istio-config:9411
+    sampling:
+      probability: 1.0 # percentage of requests that are sampled (between 0-1/0%-100%)
 
 #################################################################
 # Secrets metaconfig