diff options
author | 2025-02-24 08:31:33 +0100 | |
---|---|---|
committer | 2025-02-25 15:23:05 +0100 | |
commit | 3efc75775a486e5116d73dd1180c461870edb51b (patch) | |
tree | 47ab0dd938314164f0fcc71ab5cdfb191804064e /kubernetes/aai/components/aai-babel/values.yaml | |
parent | 7fbf8ae171fa31a53918d3362d0b9c5d0940fc5d (diff) |
[AAI] 15.0.3 release
- [graphadmin] make auth configurable
- [resources, traversal] cleanup logback config by removing logToFile option [0]
- [resources, traversal] reduce log noise from liveness probe
- [babel] make tracing configurable via globals
[0] this is not a viable option anymore in a readonly filesystem. EmptyDir volumes can
still allow logging to file, but sooner or later these volumes fill up
Issue-ID: AAI-4124
Change-Id: I3a8284e3cd8a3b387722fa49506cfdeaeeb303f0
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'kubernetes/aai/components/aai-babel/values.yaml')
-rw-r--r-- | kubernetes/aai/components/aai-babel/values.yaml | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/kubernetes/aai/components/aai-babel/values.yaml b/kubernetes/aai/components/aai-babel/values.yaml index ad2c37ebf5..cfe70ffc76 100644 --- a/kubernetes/aai/components/aai-babel/values.yaml +++ b/kubernetes/aai/components/aai-babel/values.yaml @@ -18,7 +18,13 @@ ################################################################# # Global configuration defaults. ################################################################# -global: {} +global: + tracing: + enabled: false + collector: + baseUrl: http://jaeger-collector.istio-system:9411 + sampling: + probability: 1.0 ################################################################# # Application configuration defaults. @@ -97,12 +103,14 @@ 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%) +# 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: |