From f5d602170bfd2596fb4f38aec0deb70189d01116 Mon Sep 17 00:00:00 2001 From: David Whittington Date: Mon, 18 Sep 2023 16:39:58 -0500 Subject: [PATCH] fix(envoy): remove old healthcheck route All ar.io specific routes are now under `/ar-io` on the gateway. --- envoy/envoy.template.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/envoy/envoy.template.yaml b/envoy/envoy.template.yaml index c95fb9a6..66c05da6 100644 --- a/envoy/envoy.template.yaml +++ b/envoy/envoy.template.yaml @@ -40,13 +40,6 @@ static_resources: retry_on: '5xx,reset,retriable-status-codes' retriable_status_codes: 404 num_retries: 5 - - match: { prefix: '/healthcheck' } - route: - cluster: ario_gateways - retry_policy: - retry_on: '5xx,reset,retriable-status-codes' - retriable_status_codes: 404 - num_retries: 5 - match: { prefix: '/graphql' } route: cluster: graphql_gateways