aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/aai/components/aai-babel/resources
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-11-04 08:09:09 +0100
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-11-04 11:43:15 +0100
commit33588757b2fcfc9465066b5639a4ee316e162f56 (patch)
tree7d1a0a0ca50f7d692233f997ed3beec173a63bb8 /kubernetes/aai/components/aai-babel/resources
parent1e2a197128b2d4faf9b2938aaeed50a5b3d164ad (diff)
[AAI] 15.0.0 chart release
- update graphadmin image (1.14.7 -> 1.15.1) - update babel image (1.13.3 -> 1.13.4) - update resources image (1.14.7 -> 1.15.1) - make logging partially configurable and less verbose Issue-ID: AAI-4047 Change-Id: I78695dfccab88244bf119a4fc8877c1b9ddf90c2 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'kubernetes/aai/components/aai-babel/resources')
-rw-r--r--kubernetes/aai/components/aai-babel/resources/config/application.properties9
1 files changed, 9 insertions, 0 deletions
diff --git a/kubernetes/aai/components/aai-babel/resources/config/application.properties b/kubernetes/aai/components/aai-babel/resources/config/application.properties
index 56560d5cb2..b28a4e7c6c 100644
--- a/kubernetes/aai/components/aai-babel/resources/config/application.properties
+++ b/kubernetes/aai/components/aai-babel/resources/config/application.properties
@@ -24,4 +24,13 @@ server.servlet.context-path=/services/babel-service
logging.config=${CONFIG_HOME}/logback.xml
tosca.mappings.config=${CONFIG_HOME}/tosca-mappings.json
+spring.application.name=aai-babel
+spring.sleuth.enabled=true
+spring.zipkin.baseUrl={{ .Values.tracing.collector.baseUrl }}
+spring.sleuth.messaging.jms.enabled = false
+spring.sleuth.trace-id128=true
+spring.sleuth.sampler.probability={{ .Values.tracing.sampling.probability }}
+spring.sleuth.propagation.type=w3c, b3
+spring.sleuth.supports-join=false
+
management.endpoints.web.exposure.include=*