diff options
author | Alexis de Talhouƫt <adetalhouet89@gmail.com> | 2019-05-13 15:25:00 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-05-13 15:25:00 +0000 |
commit | 4f897651438c1f8a199f471dd16b150585353116 (patch) | |
tree | 3f643dbfb0257b0f613bb802a901f2d5558270d0 /kubernetes/dmaap/components/dmaap-bc/values.yaml | |
parent | e2ba7c834a9f7f74227ff7733a673c1ba7fc4c15 (diff) | |
parent | 837db9583cbfb6b650449f0fca6b08828caad2bf (diff) |
Merge "Override aaf_locate_url from values.yaml"
Diffstat (limited to 'kubernetes/dmaap/components/dmaap-bc/values.yaml')
-rw-r--r-- | kubernetes/dmaap/components/dmaap-bc/values.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kubernetes/dmaap/components/dmaap-bc/values.yaml b/kubernetes/dmaap/components/dmaap-bc/values.yaml index 6b974141d0..171ac45788 100644 --- a/kubernetes/dmaap/components/dmaap-bc/values.yaml +++ b/kubernetes/dmaap/components/dmaap-bc/values.yaml @@ -35,11 +35,13 @@ image: onap/dmaap/dmaap-bc:1.1.5 # application configuration dmaapMessageRouterService: message-router + # change the following value to point to Windriver instance maintained # by AAF team. # e.g. #aafURL: https://aaf-onap-test.osaaf.org:8095/proxy/ aafURL: https://aaf-service:8100/ +aafLocateUrl: https://aaf-locate:8095 topicMgrUser: dmaap-bc@dmaap-bc.onap.org topicMgrPwd: demo123456! adminUser: aaf_admin@people.osaaf.org |