aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/aai/components/aai-babel/values.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'kubernetes/aai/components/aai-babel/values.yaml')
-rw-r--r--kubernetes/aai/components/aai-babel/values.yaml11
1 files changed, 1 insertions, 10 deletions
diff --git a/kubernetes/aai/components/aai-babel/values.yaml b/kubernetes/aai/components/aai-babel/values.yaml
index cfe70ffc76..7bd28b02b8 100644
--- a/kubernetes/aai/components/aai-babel/values.yaml
+++ b/kubernetes/aai/components/aai-babel/values.yaml
@@ -22,7 +22,7 @@ global:
tracing:
enabled: false
collector:
- baseUrl: http://jaeger-collector.istio-system:9411
+ baseUrl: http://jaeger-collector.istio-config:9411
sampling:
probability: 1.0
@@ -103,15 +103,6 @@ resources:
memory: "1Gi"
unlimited: {}
-##
-## Use this to override the global defaults
-tracing:
-# enabled: false
- collector: {}
-# baseUrl: http://jaeger-collector.istio-system:9411
- sampling: {}
-# probability: 1.0 # percentage of requests that are sampled (between 0-1/0%-100%)
-
# adds jvm args for remote debugging the application
debug:
enabled: false