aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/aai/components/aai-modelloader/values.yaml
diff options
context:
space:
mode:
authorAndreas Geissler <andreas-geissler@telekom.de>2024-04-22 15:14:43 +0000
committerGerrit Code Review <gerrit@onap.org>2024-04-22 15:14:43 +0000
commitc64f1c0954e631709083499f6d1c80258c7809ee (patch)
tree01ec9dac43071954a97c37ca6503b22f81512faf /kubernetes/aai/components/aai-modelloader/values.yaml
parent31ed63f0d15aad775eac50e309ad21f732dfb228 (diff)
parentca06856557a33f8203d1c5550d436471784dc374 (diff)
Merge "[AAI] Add model-loader tracing config"
Diffstat (limited to 'kubernetes/aai/components/aai-modelloader/values.yaml')
-rw-r--r--kubernetes/aai/components/aai-modelloader/values.yaml11
1 files changed, 10 insertions, 1 deletions
diff --git a/kubernetes/aai/components/aai-modelloader/values.yaml b/kubernetes/aai/components/aai-modelloader/values.yaml
index aa62f60f00..ab3d8646c2 100644
--- a/kubernetes/aai/components/aai-modelloader/values.yaml
+++ b/kubernetes/aai/components/aai-modelloader/values.yaml
@@ -21,7 +21,7 @@ global: # global defaults
nodePortPrefix: 302
# application image
-image: onap/model-loader:1.12.0
+image: onap/model-loader:1.13.6
pullPolicy: Always
restartPolicy: Always
flavor: small
@@ -79,6 +79,15 @@ resources:
memory: "2Gi"
unlimited: {}
+tracing:
+ enabled: true
+ collector:
+ baseUrl: http://jaeger-collector.istio-system:9411
+ sampling:
+ probability: 1.0 # percentage of requests that are sampled (between 0-1/0%-100%)
+ ignorePatterns:
+ - /aai/util.*
+
#Pods Service Account
serviceAccount:
nameOverride: aai-modelloader