aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/dmaap/components/dmaap-bc/values.yaml
diff options
context:
space:
mode:
authordglFromAtt <dgl@research.att.com>2019-04-12 20:12:26 +0000
committerdglFromAtt <dgl@research.att.com>2019-04-12 20:12:34 +0000
commitfb58a9d032c7f21f58d8e194245634202dc455a1 (patch)
tree431e71763bdc3dc1fdec1800fa9a8631be034cba /kubernetes/dmaap/components/dmaap-bc/values.yaml
parentc22ceb9913b31ad2738a1f1391b382352a5de67d (diff)
Add readiness dependency on aaf
Also some changes for: - optionally deploy postgres for dmaap-bc. Useful for quick dev deployments - correct external host IP address for windriver AAF Change-Id: I5fd74df4a0e5e3537d9573ed8d3f9b87da41689e Signed-off-by: dglFromAtt <dgl@research.att.com> Issue-ID: DMAAP-1138
Diffstat (limited to 'kubernetes/dmaap/components/dmaap-bc/values.yaml')
-rw-r--r--kubernetes/dmaap/components/dmaap-bc/values.yaml8
1 files changed, 6 insertions, 2 deletions
diff --git a/kubernetes/dmaap/components/dmaap-bc/values.yaml b/kubernetes/dmaap/components/dmaap-bc/values.yaml
index a7fc3d88db..e59c4d657f 100644
--- a/kubernetes/dmaap/components/dmaap-bc/values.yaml
+++ b/kubernetes/dmaap/components/dmaap-bc/values.yaml
@@ -36,11 +36,11 @@ image: onap/dmaap/dmaap-bc:1.1.2
# application configuration
dmaapMessageRouterService: message-router
# change the following value to point to Windriver instance maintained
-# but AAF team.
+# by AAF team.
# e.g.
#aafURL: https://aaf-onap-test.osaaf.org:8095/proxy/
aafURL: https://aaf-service:8100/
-topicMgrUser: dmaap-bc-topic-mgr@dmaap-bc-topic-mgr.onap.org
+topicMgrUser: dmaap-bc@dmaap-bc.onap.org
topicMgrPwd: demo123456!
adminUser: aaf_admin@people.osaaf.org
adminPwd: demo123456!
@@ -50,6 +50,10 @@ adminPwd: demo123456!
# it will compose the topic namespace using the kubernetes namespace value
fixedTopicNamespace: true
+# for quicker deployments in dev, ability to disable using postgres
+PG:
+ enabled: true
+
nodeSelector: {}
affinity: {}