From: Jakub Dudycz Date: Tue, 18 Sep 2018 13:08:20 +0000 (+0200) Subject: Temporarily disable hv ves k8s healthcheck X-Git-Tag: 3.0.0-ONAP~16^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=01577b1aa157f6fd240060cf8b390ff98a26c123;p=dcaegen2%2Fplatform%2Fblueprints.git Temporarily disable hv ves k8s healthcheck Will be reintroduced in below task: https://jira.onap.org/browse/DCAEGEN2-794 Change-Id: Ib1dfa33fb8c36efba99cecd3d578cf044a6f8b80 Signed-off-by: Jakub Dudycz Issue-ID: DCAEGEN2-795 --- diff --git a/blueprints/k8s-hv-ves.yaml-template b/blueprints/k8s-hv-ves.yaml-template index 9bb6d32..1f7cecf 100644 --- a/blueprints/k8s-hv-ves.yaml-template +++ b/blueprints/k8s-hv-ves.yaml-template @@ -77,12 +77,13 @@ node_templates: collector.routing: - fromDomain: { get_input: hv_meas_domain } toTopic: { get_input: hv_meas_kafka_topic } - docker_config: - healthcheck: - endpoint: /health/ready - interval: 15s - timeout: 1s - type: http +# TODO: https://jira.onap.org/browse/DCAEGEN2-794 +# docker_config: +# healthcheck: +# endpoint: /health/ready +# interval: 15s +# timeout: 1s +# type: http image: { get_input: tag_version } replicas: { get_input: replicas } name: { get_input: hv_ves_name }