[SO] Use log template
[oom.git] / kubernetes / so / components / so-bpmn-infra / values.yaml
index d4333ef..ec6f440 100755 (executable)
@@ -66,6 +66,13 @@ secrets:
 image: onap/so/bpmn-infra:1.9.2
 pullPolicy: Always
 
+bpmn:
+  historyTTL: 14
+
+camunda:
+  sundayCleanupWindowStartTime: "04:00"
+  sundayCleanupWindowEndTime: "10:00"
+
 db:
   userName: so_user
   userPassword: so_User123
@@ -172,3 +179,8 @@ serviceAccount:
   nameOverride: so-bpmn-infra
   roles:
     - read
+
+#Log configuration
+log:
+  path: /var/log/onap
+logConfigMapNamePrefix: '{{ include "common.fullname" . }}'