[SO] Add properties for history cleanup window
These properties define a time window where the history cleanup job
is allowed to run. Without these properties the cleanup job would not
be triggered automatically.
Also set mso.bpmn-history-ttl (days). This ttl value will be applied
to all bpmn definitions, which will set a removal date for historic
data.
Remove old historyTimeToLive property which is no longer used.
Issue-ID: SO-3770
Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca>
Change-Id: I5baee0a3ba8700b4ce177e3af4d480a8ae737e5f
diff --git a/kubernetes/so/components/so-bpmn-infra/values.yaml b/kubernetes/so/components/so-bpmn-infra/values.yaml
index 405017c..e5d9f0a 100755
--- a/kubernetes/so/components/so-bpmn-infra/values.yaml
+++ b/kubernetes/so/components/so-bpmn-infra/values.yaml
@@ -66,6 +66,13 @@
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