From b0affc86d209c7dc103e22036e14d30364fe7ed2 Mon Sep 17 00:00:00 2001 From: Vijay Venkatesh Kumar Date: Wed, 10 Apr 2019 19:12:49 +0000 Subject: add heartbeat blueprint and input Change-Id: I56719375580aeda48ca0a6c3cafc53c15e473aa9 Signed-off-by: Vijay Venkatesh Kumar Issue-ID: DCAEGEN2-1270 Signed-off-by: Vijay Venkatesh Kumar --- dpo/k8s-heartbeat-inputs.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 dpo/k8s-heartbeat-inputs.yaml (limited to 'dpo/k8s-heartbeat-inputs.yaml') diff --git a/dpo/k8s-heartbeat-inputs.yaml b/dpo/k8s-heartbeat-inputs.yaml new file mode 100644 index 0000000..7a81d9e --- /dev/null +++ b/dpo/k8s-heartbeat-inputs.yaml @@ -0,0 +1,19 @@ +tag_version: "nexus.onap.org:10001/onap/org.onap.dcaegen2.services.heartbeat:2.1.0" +heartbeat_name: "dcae-heartbeat-service" +replicas: 1 +host_port: 30230 +container_port: 10002 +consul_host: "consul-server.onap" +consul_port: 8500 +CBS_polling_allowed: "True" +CBS_polling_interval: "300" +consumerID: "1" +groupID: "groupID" +pg_ipAddress: "hbpostgres-write" +pg_passwd: "postgres" +pg_dbName: postgres +pg_portNum: "5432" +pg_userName: "postgres" +ves_heartbeat_publish_url: "http://message-router.onap.svc.cluster.local:3904/events/unauthenticated.SEC_HEARTBEAT_OUTPUT" +dcae_CL_publish_url: "http://message-router.onap.svc.cluster.local:3904/events/unauthenticated.DCAE_CL_OUTPUT" +namespace: "onap" -- cgit 1.2.3-korg