diff options
author | Mike Elliott <mike.elliott@amdocs.com> | 2018-04-03 14:16:52 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-04-03 14:16:52 +0000 |
commit | 3250c8ab036a6558374f893135065ebb7a2290a1 (patch) | |
tree | 396f1d5ab94c72e9a1763f328e93db13054e3072 /kubernetes/consul/resources/config/consul-agent-config/vfc-health.json | |
parent | ae6cefd5abdd568e108ef732ac1298d7ec36702e (diff) | |
parent | ad6799b6404001d364684ab0f22ba306eadfe506 (diff) |
Merge "Add Nokia v2 driver"
Diffstat (limited to 'kubernetes/consul/resources/config/consul-agent-config/vfc-health.json')
-rw-r--r-- | kubernetes/consul/resources/config/consul-agent-config/vfc-health.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/kubernetes/consul/resources/config/consul-agent-config/vfc-health.json b/kubernetes/consul/resources/config/consul-agent-config/vfc-health.json index 5ace3e4d9b..25e670c7da 100644 --- a/kubernetes/consul/resources/config/consul-agent-config/vfc-health.json +++ b/kubernetes/consul/resources/config/consul-agent-config/vfc-health.json @@ -45,6 +45,13 @@ "timeout": "1s" }, { + "id": "vfc-nokiav2vnfmdriver.{{ .Values.nsPrefix }}", + "name": "VFC nokiav2vnfmdriver Health Check", + "tcp": "vfc-nokiav2vnfmdriver.{{ .Values.nsPrefix }}:8089", + "interval": "15s", + "timeout": "1s" + }, + { "id": "vfc-nslcm.{{ .Values.nsPrefix }}", "name": "VFC nslcm Health Check", "tcp": "vfc-nslcm.{{ .Values.nsPrefix }}:8403", |