Skip to content

Commit

Permalink
👷 Rollback ALB listener
Browse files Browse the repository at this point in the history
  • Loading branch information
KONFeature committed Jul 30, 2024
1 parent 1574843 commit fcde6cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iac/Indexer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
});
Expand All @@ -102,7 +102,7 @@ export function IndexerStack({ app, stack }: StackContext) {
unhealthyThresholdCount: 5,
healthyHttpCodes: "200-299",
},
});
});*/

const cachePolicy = new CachePolicy(this, "CachePolicy", {
queryStringBehavior: CacheQueryStringBehavior.all(),
Expand Down

0 comments on commit fcde6cd

Please sign in to comment.