From 909cc9926bbf5b7bc40c101c5a0ea8d4ec3c8c0c Mon Sep 17 00:00:00 2001 From: leila Date: Tue, 15 Nov 2022 19:58:11 -0500 Subject: [AAI] Fix graphadmin app specific timeout format Fix to be able to execute dbquery without restarting aai graphadmin pod The proper format should be ,|, Issue-ID: AAI-3603 Signed-off-by: leila Change-Id: Iaf3d20864901e905ab1e29c867661ff716dec339 --- kubernetes/aai/components/aai-graphadmin/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.2.3-korg