diff options
-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: |