[SO] Add properties for history cleanup window
[oom.git] / kubernetes / so / components / so-bpmn-infra / values.yaml
index f4dbfe5..e5d9f0a 100755 (executable)
@@ -34,7 +34,8 @@ global:
 
 readinessCheck:
   wait_for:
-    - so-mariadb-config
+    jobs:
+      - '{{ include "common.release" . }}-so-mariadb-config-job'
 
 #################################################################
 # Secrets metaconfig
@@ -65,6 +66,13 @@ secrets:
 image: onap/so/bpmn-infra:1.9.0
 pullPolicy: Always
 
+bpmn:
+  historyTTL: 14
+
+camunda:
+  sundayCleanupWindowStartTime: "04:00"
+  sundayCleanupWindowEndTime: "10:00"
+
 db:
   userName: so_user
   userPassword: so_User123