diff options
author | Jack Lucas <jflucas@research.att.com> | 2018-10-17 13:45:45 -0400 |
---|---|---|
committer | Jack Lucas <jflucas@research.att.com> | 2018-10-17 13:46:23 -0400 |
commit | 9413a9c99da1a4b88fa91b1a2e438e562086c78a (patch) | |
tree | 9f35a6177edbae78391a11d0c2beb1e57096c2ce | |
parent | df9beec64aa44dd07273c4a408ed87d9c6a7dd5c (diff) |
Remove k8s healthcheck from Holmes
Issue-ID: HOLMES-176
Change-Id: Ieae2755cf9811b7491165a89f629ae1e85b3a691
Signed-off-by: Jack Lucas <jflucas@research.att.com>
-rw-r--r-- | blueprints/k8s-holmes-engine.yaml-template | 6 | ||||
-rw-r--r-- | blueprints/k8s-holmes-rules.yaml-template | 6 |
2 files changed, 0 insertions, 12 deletions
diff --git a/blueprints/k8s-holmes-engine.yaml-template b/blueprints/k8s-holmes-engine.yaml-template index dbe9cc3..21990cb 100644 --- a/blueprints/k8s-holmes-engine.yaml-template +++ b/blueprints/k8s-holmes-engine.yaml-template @@ -92,12 +92,6 @@ node_templates: topic_url: get_input: ves_fault_publish_url type: message_router - docker_config: - healthcheck: - endpoint: /api/holmes-engine-mgmt/v1/healthcheck - interval: 15s - timeout: 1s - type: http image: { get_input: he_image } # need to use truncated name!! #service_component_type: dcae-analytics-holmes-engin-management diff --git a/blueprints/k8s-holmes-rules.yaml-template b/blueprints/k8s-holmes-rules.yaml-template index 56ecc0c..145e091 100644 --- a/blueprints/k8s-holmes-rules.yaml-template +++ b/blueprints/k8s-holmes-rules.yaml-template @@ -73,12 +73,6 @@ node_templates: services_calls: {} streams_publishes: {} streams_subscribes: {} - docker_config: - healthcheck: - endpoint: /api/holmes-rule-mgmt/v1/healthcheck - interval: 15s - timeout: 1s - type: http image: { get_input: hr_image } #service_component_type: dcae-analytics-holmes-rule-management relationships: |