diff options
Diffstat (limited to 'docs/sections/services/ves-hv/resources/blueprint-snippet.yaml')
-rw-r--r-- | docs/sections/services/ves-hv/resources/blueprint-snippet.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/sections/services/ves-hv/resources/blueprint-snippet.yaml b/docs/sections/services/ves-hv/resources/blueprint-snippet.yaml index 912c0c5a..7ed36684 100644 --- a/docs/sections/services/ves-hv/resources/blueprint-snippet.yaml +++ b/docs/sections/services/ves-hv/resources/blueprint-snippet.yaml @@ -22,3 +22,6 @@ node_templates: kafka_info: bootstrap_servers: "message-router-kafka:9092" topic_name: "HV_VES_HEARTBEAT" + tls_info: + cert_directory: "/etc/ves-hv/ssl" + use_tls: true |