From fcde6cd7b148c6e10db7f24f609b6544b7f22c3f Mon Sep 17 00:00:00 2001 From: KONFeature Date: Tue, 30 Jul 2024 12:16:49 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Rollback=20ALB=20listener?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- iac/Indexer.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iac/Indexer.ts b/iac/Indexer.ts index eef3efb..ad09bca 100644 --- a/iac/Indexer.ts +++ b/iac/Indexer.ts @@ -85,7 +85,7 @@ export function IndexerStack({ app, stack }: StackContext) { // todo: add erpc service to the ALB // Add the listener on port 8080 for the rpc - const erpcListener = alb.addListener("ErpcListener", { + /*const erpcListener = alb.addListener("ErpcListener", { port: 4000, protocol: ApplicationProtocol.HTTP, }); @@ -102,7 +102,7 @@ export function IndexerStack({ app, stack }: StackContext) { unhealthyThresholdCount: 5, healthyHttpCodes: "200-299", }, - }); + });*/ const cachePolicy = new CachePolicy(this, "CachePolicy", { queryStringBehavior: CacheQueryStringBehavior.all(),