aboutsummaryrefslogtreecommitdiffstats
path: root/components/aai-graphadmin/values.yaml
diff options
context:
space:
mode:
authorNiharika Sharma <niharika.sharma@amdocs.com>2020-10-13 16:17:03 -0400
committerNiharika Sharma <niharika.sharma@amdocs.com>2020-10-13 16:17:03 -0400
commite6dd252944a88c7cb1c93867a53f77ff209c94da (patch)
tree29e209f1607a3aa2ba0b6427962d8d1cf55f1be2 /components/aai-graphadmin/values.yaml
parent628ecd0d519acc6b4717d05aa12fd4f7b7dfc55f (diff)
Configuration changes for concurrency issue in PNF uploading
Issue-ID: AAI-3100 Signed-off-by: Niharika Sharma <niharika.sharma@amdocs.com> Change-Id: I8be8fb24e73cb614e22f6b2394b8bd5c3ee62170
Diffstat (limited to 'components/aai-graphadmin/values.yaml')
-rw-r--r--components/aai-graphadmin/values.yaml8
1 files changed, 7 insertions, 1 deletions
diff --git a/components/aai-graphadmin/values.yaml b/components/aai-graphadmin/values.yaml
index e4f4fac..ee0a20b 100644
--- a/components/aai-graphadmin/values.yaml
+++ b/components/aai-graphadmin/values.yaml
@@ -28,7 +28,7 @@ global: # global defaults
# application image
repository: nexus3.onap.org:10001
-image: onap/aai-graphadmin:1.7.0
+image: onap/aai-graphadmin:1.7.1
pullPolicy: Always
restartPolicy: Always
flavor: small
@@ -84,6 +84,12 @@ config:
ageZip: 5
# Deletes the dataSnapshot graphson files older than 30 days
ageDelete: 30
+ # Concurrency lock control flag
+ aai:
+ lock:
+ uri:
+ enabled: false
+
nodeSelector: {}