summaryrefslogtreecommitdiffstats
path: root/blueprints/k8s-ves.yaml-template
diff options
context:
space:
mode:
Diffstat (limited to 'blueprints/k8s-ves.yaml-template')
-rw-r--r--blueprints/k8s-ves.yaml-template13
1 files changed, 12 insertions, 1 deletions
diff --git a/blueprints/k8s-ves.yaml-template b/blueprints/k8s-ves.yaml-template
index 021e21e..f30cd69 100644
--- a/blueprints/k8s-ves.yaml-template
+++ b/blueprints/k8s-ves.yaml-template
@@ -43,7 +43,7 @@ inputs:
external_port:
type: string
description: Kubernetes node port on which collector is exposed
- default: "0"
+ default: "32001"
node_templates:
ves:
interfaces:
@@ -78,6 +78,16 @@ node_templates:
topic_url:
get_input: ves_measurement_publish_url
type: message_router
+ ves_heartbeat:
+ dmaap_info:
+ topic_url:
+ get_input: ves_heartbeat_publish_url
+ type: message_router
+ ves_other:
+ dmaap_info:
+ topic_url:
+ get_input: ves_other_publish_url
+ type: message_router
tomcat.maxthreads: "200"
docker_config:
healthcheck:
@@ -91,3 +101,4 @@ node_templates:
log_info:
log_directory: "/opt/app/VESCollector/logs/ecomp"
type: dcae.nodes.ContainerizedServiceComponentUsingDmaap
+