From: Fiete Ostkamp Date: Thu, 15 May 2025 13:04:18 +0000 (+0200) Subject: [SO] Fix helm templating issue X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=d790e30d212cf7a0e29a091b715adf50047cdc83;p=oom.git [SO] Fix helm templating issue Issue-ID: SO-4151 Change-Id: I96617e3951bbf32ed61eb13a6e568b7b0f4a4022 Signed-off-by: Fiete Ostkamp --- diff --git a/kubernetes/so/components/so-bpmn-infra/values.yaml b/kubernetes/so/components/so-bpmn-infra/values.yaml index a62895da1f..db6a1cd9ad 100755 --- a/kubernetes/so/components/so-bpmn-infra/values.yaml +++ b/kubernetes/so/components/so-bpmn-infra/values.yaml @@ -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: diff --git a/kubernetes/so/components/so-catalog-db-adapter/values.yaml b/kubernetes/so/components/so-catalog-db-adapter/values.yaml index 97768e626d..0cbef839cd 100755 --- a/kubernetes/so/components/so-catalog-db-adapter/values.yaml +++ b/kubernetes/so/components/so-catalog-db-adapter/values.yaml @@ -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: diff --git a/kubernetes/so/components/so-openstack-adapter/values.yaml b/kubernetes/so/components/so-openstack-adapter/values.yaml index 1d7e84f521..931f4707b3 100755 --- a/kubernetes/so/components/so-openstack-adapter/values.yaml +++ b/kubernetes/so/components/so-openstack-adapter/values.yaml @@ -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: diff --git a/kubernetes/so/components/so-request-db-adapter/values.yaml b/kubernetes/so/components/so-request-db-adapter/values.yaml index 13a5bf098c..80d06dda90 100755 --- a/kubernetes/so/components/so-request-db-adapter/values.yaml +++ b/kubernetes/so/components/so-request-db-adapter/values.yaml @@ -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: diff --git a/kubernetes/so/components/so-sdc-controller/values.yaml b/kubernetes/so/components/so-sdc-controller/values.yaml index 11aefec82c..813ede9756 100755 --- a/kubernetes/so/components/so-sdc-controller/values.yaml +++ b/kubernetes/so/components/so-sdc-controller/values.yaml @@ -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: diff --git a/kubernetes/so/components/so-sdnc-adapter/values.yaml b/kubernetes/so/components/so-sdnc-adapter/values.yaml index 84271084b1..71b58f1a17 100755 --- a/kubernetes/so/components/so-sdnc-adapter/values.yaml +++ b/kubernetes/so/components/so-sdnc-adapter/values.yaml @@ -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