diff options
author | 2025-02-13 11:47:31 +0100 | |
---|---|---|
committer | 2025-02-17 09:39:26 +0100 | |
commit | bf91cb89f3691328a634c42f30593cb6674a5761 (patch) | |
tree | f991d91b273be5ca06fa67e55ac8016200ce50a3 /kubernetes/aai/components/aai-modelloader | |
parent | d2b2fd0afd97799ae0340420afae3279cd680bb0 (diff) |
[AAI] 15.0.2 release
- [resources,traversal,graphadmin] use 1.15.4 image version
- [resources,traversal,graphadmin] fix liveness probe
- [all] make annotations configurable
- [all] disable janusgraph warning log line on each liveness probe
- [all] disable tracing by default since jaeger is not included in the deployment by default
- [all] use 6.1.0 readiness image with shorter check intervals
- [graphadmin] wait for cassandra before running the schema-creation init container
Issue-ID: AAI-4124
Change-Id: Ib1d592c1fc1e3cfb3fe26b238ec2ad6c200ef2e1
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'kubernetes/aai/components/aai-modelloader')
-rw-r--r-- | kubernetes/aai/components/aai-modelloader/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/aai/components/aai-modelloader/values.yaml b/kubernetes/aai/components/aai-modelloader/values.yaml index 6c8cdb7d31..eae505458e 100644 --- a/kubernetes/aai/components/aai-modelloader/values.yaml +++ b/kubernetes/aai/components/aai-modelloader/values.yaml @@ -109,7 +109,7 @@ resources: unlimited: {} tracing: - enabled: true + enabled: false collector: baseUrl: http://jaeger-collector.istio-system:9411 sampling: |