diff options
Diffstat (limited to 'charts/aai-graphadmin/resources/config/janusgraph-realtime.properties')
-rw-r--r-- | charts/aai-graphadmin/resources/config/janusgraph-realtime.properties | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/charts/aai-graphadmin/resources/config/janusgraph-realtime.properties b/charts/aai-graphadmin/resources/config/janusgraph-realtime.properties index e9e9a9e..95e1939 100644 --- a/charts/aai-graphadmin/resources/config/janusgraph-realtime.properties +++ b/charts/aai-graphadmin/resources/config/janusgraph-realtime.properties @@ -23,6 +23,8 @@ query.smart-limit=false storage.backend=cassandra storage.hostname={{.Values.global.cassandra.serviceName}} storage.cassandra.keyspace=aaigraph +storage.username={{.Values.global.cassandra.username}} +storage.password={{.Values.global.cassandra.password}} storage.cassandra.read-consistency-level=LOCAL_QUORUM storage.cassandra.write-consistency-level=LOCAL_QUORUM |