diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-08-26 11:27:40 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-08-26 11:27:40 +0000 |
commit | 39e805b1a25132e746aca6eef6af523b4bc5d28a (patch) | |
tree | 7e2c48de9775ac07492e844fb91ee1a1b5e92d50 /kubernetes/consul/resources | |
parent | 8e13e88b9f88a48e6d9c30cd916086f1efcb333c (diff) | |
parent | bfbbe333ee30722a85bce77e294cc76a9af598ce (diff) |
Merge "[SDNC] Remove sdnc-portal component"
Diffstat (limited to 'kubernetes/consul/resources')
-rw-r--r-- | kubernetes/consul/resources/config/consul-agent-config/sdnc-portal-health.json | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/kubernetes/consul/resources/config/consul-agent-config/sdnc-portal-health.json b/kubernetes/consul/resources/config/consul-agent-config/sdnc-portal-health.json deleted file mode 100644 index d03ce90820..0000000000 --- a/kubernetes/consul/resources/config/consul-agent-config/sdnc-portal-health.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "service": { - "name": "Health Check: SDNC Portal", - "checks": [ - { - "id": "sdnc-portal", - "name": "SDNC Portal Health Check", - "http": "http://sdnc-portal:8843/login", - "method": "HEAD", - "header": { - "Cache-Control": ["no-cache"], - "Content-Type": ["application/json"], - "Accept": ["application/json"] - }, - "tls_skip_verify": true, - "interval": "15s", - "timeout": "1s" - } - ] - } -} |