summaryrefslogtreecommitdiffstats
path: root/kubernetes/consul/resources/config/consul-agent-config/appc-sdnhost.json
diff options
context:
space:
mode:
authorefiacor <fiachra.corcoran@est.tech>2022-12-14 13:49:28 +0000
committerefiacor <fiachra.corcoran@est.tech>2022-12-14 13:49:34 +0000
commit4be5581537d8acd33636f3f621831efae96ee4ac (patch)
tree79c176eea95a870e056e7f73be482aab759c2f15 /kubernetes/consul/resources/config/consul-agent-config/appc-sdnhost.json
parentf6bda71b5f76434b09004c5adfc8dab8cf17c1c2 (diff)
[APPC] Remove appc chart and refs
Removing appc chart Removing most appc refs Some SO data may need to be followed up with SO team Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I183e3dfb7e33a3ada1ac9925ee96b9f32d89bd5a Issue-ID: OOM-3069
Diffstat (limited to 'kubernetes/consul/resources/config/consul-agent-config/appc-sdnhost.json')
-rw-r--r--kubernetes/consul/resources/config/consul-agent-config/appc-sdnhost.json22
1 files changed, 0 insertions, 22 deletions
diff --git a/kubernetes/consul/resources/config/consul-agent-config/appc-sdnhost.json b/kubernetes/consul/resources/config/consul-agent-config/appc-sdnhost.json
deleted file mode 100644
index 1548cab909..0000000000
--- a/kubernetes/consul/resources/config/consul-agent-config/appc-sdnhost.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
- "service": {
- "name": "Health Check: APPC - SDN Host",
- "checks": [
- {
- "id": "appc-sdnhost",
- "name": "APPC SDN Host Health Check",
- "http": "http://appc-sdnhost:8282/apidoc/explorer/index.html",
- "method": "HEAD",
- "header": {
- "Authorization": ["Basic YWRtaW46S3A4Yko0U1hzek0wV1hsaGFrM2VIbGNzZTJnQXc4NHZhb0dHbUp2VXkyVQ=="],
- "Cache-Control": ["no-cache"],
- "Content-Type": ["application/json"],
- "Accept": ["application/json"]
- },
- "tls_skip_verify": true,
- "interval": "15s",
- "timeout": "1s"
- }
- ]
- }
-}