diff options
author | Mike Elliott <mike.elliott@amdocs.com> | 2018-05-24 17:48:48 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-05-24 17:48:48 +0000 |
commit | 1830fc7e047319cc28e74ea315ce2a5653d59af3 (patch) | |
tree | e76d34ff95abab98ac8b6b76b351d24a30edb3cc /kubernetes/consul/resources/config/consul-agent-config/mr-dmaap-health.json | |
parent | 6dc7ceec8eaec23bc717e9c54dba6410804024a8 (diff) | |
parent | 9eb4adc754e6f8da4cc7ed2f2facebf544593cb3 (diff) |
Merge "Consul Health Check changes for MessageRouter"
Diffstat (limited to 'kubernetes/consul/resources/config/consul-agent-config/mr-dmaap-health.json')
-rw-r--r-- | kubernetes/consul/resources/config/consul-agent-config/mr-dmaap-health.json | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/kubernetes/consul/resources/config/consul-agent-config/mr-dmaap-health.json b/kubernetes/consul/resources/config/consul-agent-config/mr-dmaap-health.json deleted file mode 100644 index 386e226168..0000000000 --- a/kubernetes/consul/resources/config/consul-agent-config/mr-dmaap-health.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "service": { - "name": "Health Check: Message Router - DMaaP", - "check": { - "http": "http://message-router:3904/topics", - "interval": "30s", - "timeout": "1s" - } - } -} |