diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-10-20 19:56:45 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-10-20 19:56:45 +0000 |
commit | 71a1981562725be2c9571015f11fcb406629986c (patch) | |
tree | 37c01afe499739f3a69e6577e5cffc6282f5a3d1 /kubernetes/so/components/so-bpmn-infra/values.yaml | |
parent | 2c6c4456fafb066638b1d0b32c6753fb165ec4a9 (diff) | |
parent | 80fdd79f22719fcbb0cfea6088502a7d0759a15f (diff) |
Merge "[SO] Add properties for history cleanup window"
Diffstat (limited to 'kubernetes/so/components/so-bpmn-infra/values.yaml')
-rwxr-xr-x | kubernetes/so/components/so-bpmn-infra/values.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/kubernetes/so/components/so-bpmn-infra/values.yaml b/kubernetes/so/components/so-bpmn-infra/values.yaml index d4333ef630..92c0a614c9 100755 --- a/kubernetes/so/components/so-bpmn-infra/values.yaml +++ b/kubernetes/so/components/so-bpmn-infra/values.yaml @@ -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 |