aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--components/aai-graphadmin/resources/config/aaiconfig.properties3
-rw-r--r--components/aai-graphadmin/values.yaml8
2 files changed, 10 insertions, 1 deletions
diff --git a/components/aai-graphadmin/resources/config/aaiconfig.properties b/components/aai-graphadmin/resources/config/aaiconfig.properties
index 0aeb2d1..e9ec685 100644
--- a/components/aai-graphadmin/resources/config/aaiconfig.properties
+++ b/components/aai-graphadmin/resources/config/aaiconfig.properties
@@ -121,3 +121,6 @@ aai.disable.check.grooming.running=false
# THREADED_SNAPSHOT 2 DEBUG
# THREADED_SNAPSHOT 2
aai.datasnapshot.params={{ .Values.config.cron.dataSnapshot.params }}
+
+# Concurrency lock control flag
+aai.lock.uri.enabled={{ .Values.config.aai.lock.uri.enabled }}
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: {}