diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2018-09-18 14:22:34 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-09-18 14:22:34 +0000 |
commit | f99905c5e83c05a502ca391c5b7c7203547eb854 (patch) | |
tree | f5bd400840aad1f1bb86117be143a214d32a1355 | |
parent | 3ae48d028534ab7de8da0699e3cec83008edea2c (diff) | |
parent | 01577b1aa157f6fd240060cf8b390ff98a26c123 (diff) |
Merge "Temporarily disable hv ves k8s healthcheck"
-rw-r--r-- | blueprints/k8s-hv-ves.yaml-template | 13 |
1 files changed, 7 insertions, 6 deletions
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 } |