diff options
author | Kajur, Harish (vk250x) <vk250x@att.com> | 2019-07-16 21:52:42 -0400 |
---|---|---|
committer | Harish Venkata Kajur <vk250x@att.com> | 2019-08-05 20:30:59 -0400 |
commit | df1c5a7a3d1c6f1f4b98604707d48a7d93f3fbb8 (patch) | |
tree | 318bd303512fde0447e1b84789685257e09a77e0 /components/aai-traversal/values.yaml | |
parent | 54668628a12b389d40853c58330977a70bd4795d (diff) |
Add the dsl timeout properties for traversal
Issue-ID: AAI-2509
Change-Id: Ie45f31686259f6d5e6dcc5948003df8c0b624874
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
Diffstat (limited to 'components/aai-traversal/values.yaml')
-rw-r--r-- | components/aai-traversal/values.yaml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/components/aai-traversal/values.yaml b/components/aai-traversal/values.yaml index c2c9924..c2450ac 100644 --- a/components/aai-traversal/values.yaml +++ b/components/aai-traversal/values.yaml @@ -42,6 +42,28 @@ config: # Disables the updateQueryData script to run as part of traversal disableUpdateQuery: true + # Override of the DSL Timeout Limit + dslOverride: 'ZV4V7E3N77SKIB6MR9MHQ6M4P6Q99Z7M76RBODA' + + dsl: + # Dsl timeout configuration + timeout: + # Whether or not the dsl is enabled + enabled: true + # Default time limit of the DSL query + limit: 150000 + # App Specific Timeout Limit for each of the X-FromAppId + appspecific: + - JUNITTESTAPP1,1 + - JUNITTESTAPP2,-1 + - AAI-TOOLS,-1 + - DCAE-CCS,1200000 + - DCAES,1200000 + - VPESAT,-1 + - AAI-CACHER,-1 + - VidAaiController,300000 + - AAI-UI,180000 + persistence: mountPath: /dockerdata-nfs mountSubPath: aai/aai-traversal |