summaryrefslogtreecommitdiffstats
path: root/blueprints/k8s-tca.yaml-template
diff options
context:
space:
mode:
authorLusheng Ji <lji@research.att.com>2018-04-29 19:45:23 -0400
committerLusheng Ji <lji@research.att.com>2018-04-30 04:04:09 +0000
commit9bc6fd0629a825116fdfc7a94f54f5c1a5649d14 (patch)
treee917b35c818159718f0c59824274e856057f114c /blueprints/k8s-tca.yaml-template
parent9f8b5466df05cb106a89df17532ae7b39d3deea3 (diff)
Update k8s service component blueprints
Issue-ID: DCAEGEN2-479 Change-Id: I885e251ef7af91669efef3995e3e813adc709b18 Signed-off-by: Lusheng Ji <lji@research.att.com>
Diffstat (limited to 'blueprints/k8s-tca.yaml-template')
-rw-r--r--blueprints/k8s-tca.yaml-template16
1 files changed, 9 insertions, 7 deletions
diff --git a/blueprints/k8s-tca.yaml-template b/blueprints/k8s-tca.yaml-template
index 5095344..6e1ef15 100644
--- a/blueprints/k8s-tca.yaml-template
+++ b/blueprints/k8s-tca.yaml-template
@@ -28,35 +28,37 @@ imports:
inputs:
aaiEnrichmentHost:
type: string
- default: "none"
+ default: "aai.onap.svc.cluster.local"
aaiEnrichmentPort:
type: string
- default: 8443
+ default: "8443"
enableAAIEnrichment:
type: string
- default: false
+ default: true
dmaap_host:
type: string
- default: dmaap.onap-message-router
+ default: message-router.onap.svc.cluster.local
dmaap_port:
type: string
- default: 3904
+ default: "3904"
enableRedisCaching:
type: string
+ default: false
redisHosts:
type: string
+ default: dcae-redis.onap.svc.cluster.local:6379
tag_version:
type: string
default: "{{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/onap/org.onap.dcaegen2.deployments.tca-cdap-container:1.0.0"
consul_host:
type: string
- default: consul-server.onap-consul
+ default: consul-server.onap.svc.cluster.local
consul_port:
type: string
default: "8500"
cbs_host:
type: string
- default: "config-binding-service.dcae"
+ default: "config-binding-service.dcae.svc.cluster.local"
cbs_port:
type: string
default: "10000"