Merge "[SO] Add properties for history cleanup window"
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>
Wed, 20 Oct 2021 19:56:45 +0000 (19:56 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 20 Oct 2021 19:56:45 +0000 (19:56 +0000)
1  2 
kubernetes/so/components/so-bpmn-infra/values.yaml

@@@ -63,9 -63,16 +63,16 @@@ secrets
  #################################################################
  # Application configuration defaults.
  #################################################################
 -image: onap/so/bpmn-infra:1.9.0
 +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