diff options
author | leila <leila.nishimwe@bell.ca> | 2022-11-15 19:58:11 -0500 |
---|---|---|
committer | Andreas Geissler <andreas-geissler@telekom.de> | 2022-11-23 07:54:22 +0000 |
commit | 82c3c50e586c796fab237427083a75aaae5b6654 (patch) | |
tree | a6bd85fc60ab91c8b26661a893793811273f9e98 /kubernetes/aai/components | |
parent | 3502e73a2762fc50f9ba3ae5d65a3efe5f05bead (diff) |
[AAI] Fix graphadmin app specific timeout format
Fix to be able to execute dbquery without restarting aai graphadmin pod
The proper format should be <APP1>,<TIMEOUT>|<APP2>,<TIMEOUT>
Issue-ID: AAI-3603
Signed-off-by: leila <leila.nishimwe@bell.ca>
Change-Id: Iaf3d20864901e905ab1e29c867661ff716dec339
Diffstat (limited to 'kubernetes/aai/components')
-rw-r--r-- | kubernetes/aai/components/aai-graphadmin/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/aai/components/aai-graphadmin/values.yaml b/kubernetes/aai/components/aai-graphadmin/values.yaml index deaf26a5ab..6a87201347 100644 --- a/kubernetes/aai/components/aai-graphadmin/values.yaml +++ b/kubernetes/aai/components/aai-graphadmin/values.yaml @@ -96,7 +96,7 @@ global: # global defaults # Specifies which clients should always default to realtime graph connection realtime: - clients: SDNC,MSO,SO,robot-ete + clients: SDNC,-1|MSO,-1|SO,-1|robot-ete,-1 ################################################################# # Certificate configuration |