[AAI] AAI logstructure and aai resources healthcheck enhancement
[oom.git] / kubernetes / aai / components / aai-traversal / values.yaml
index f6ed17a..7e38dcf 100644 (file)
@@ -140,7 +140,7 @@ certInitializer:
     chown -R 1000 {{ .Values.credsPath }}
 
 # application image
-image: onap/aai-traversal:1.9.5
+image: onap/aai-traversal:1.10.1
 pullPolicy: Always
 restartPolicy: Always
 flavor: small
@@ -267,6 +267,18 @@ service:
 ingress:
   enabled: false
 
+# To make logback capping values configurable
+logback:
+  logToFileEnabled: true
+  maxHistory: 7
+  totalSizeCap: 6GB
+  queueSize: 1000
+
+accessLogback:
+  logToFileEnabled: true
+  maxHistory: 7
+  totalSizeCap: 6GB
+
 # Configure resource requests and limits
 # ref: http://kubernetes.io/docs/user-guide/compute-resources/
 resources: