diff options
author | Fiachra Corcoran <fiachra.corcoran@est.tech> | 2022-11-23 17:51:41 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-11-23 17:51:41 +0000 |
commit | 549350c8cdefc7c687aa4812f1c1e7d2883aa886 (patch) | |
tree | ffe03c1db6b5bda1c71fd3262a1572a76cda31b0 /kubernetes | |
parent | 9b55acc010697efe1facde3f6d722c26191990fe (diff) | |
parent | 82c3c50e586c796fab237427083a75aaae5b6654 (diff) |
Merge "[AAI] Fix graphadmin app specific timeout format"
Diffstat (limited to 'kubernetes')
-rw-r--r-- | kubernetes/aai/components/aai-graphadmin/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/aai/components/aai-graphadmin/values.yaml b/kubernetes/aai/components/aai-graphadmin/values.yaml index deaf26a5ab..6a87201347 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 |