From 9413a9c99da1a4b88fa91b1a2e438e562086c78a Mon Sep 17 00:00:00 2001 From: Jack Lucas Date: Wed, 17 Oct 2018 13:45:45 -0400 Subject: Remove k8s healthcheck from Holmes Issue-ID: HOLMES-176 Change-Id: Ieae2755cf9811b7491165a89f629ae1e85b3a691 Signed-off-by: Jack Lucas --- blueprints/k8s-holmes-engine.yaml-template | 6 ------ blueprints/k8s-holmes-rules.yaml-template | 6 ------ 2 files changed, 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: -- cgit 1.2.3-korg