[AAI] Fix graphadmin app specific timeout format 35/132435/3
authorleila <leila.nishimwe@bell.ca>
Wed, 16 Nov 2022 00:58:11 +0000 (19:58 -0500)
committerFiachra Corcoran <fiachra.corcoran@est.tech>
Sat, 26 Nov 2022 07:33:14 +0000 (07:33 +0000)
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

kubernetes/aai/components/aai-graphadmin/values.yaml

index e8534e6..d56a1e2 100644 (file)
@@ -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