From 25ae02121c0e79194a7e4025453c8c57df635a2e 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kubernetes/aai/components/aai-graphadmin/values.yaml b/kubernetes/aai/components/aai-graphadmin/values.yaml index e8534e6a9f..d56a1e2417 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 @@ -144,7 +144,7 @@ certInitializer: chown -R {{ .Values.user_id }}:{{ .Values.group_id }} {{ .Values.credsPath }} # application image -image: onap/aai-graphadmin:1.9.4 +image: onap/aai-graphadmin:1.9.5 pullPolicy: Always restartPolicy: Always flavor: small -- cgit 1.2.3-korg