Skip to content

Commit

Permalink
Fix healthy HTTP status code for ALB checking
Browse files Browse the repository at this point in the history
  • Loading branch information
yousan authored Jun 7, 2024
1 parent 0f886a9 commit ea884dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/decidim-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ export class DecidimStack extends cdk.Stack {
port: '80',
path: '/',
protocol: elbv2.Protocol.HTTP,
healthyHttpCodes: '301',
healthyHttpCodes: '301,302',
},
targets: [ecsService],
targetGroupName: `${ props.stage }-${ props.serviceName }-TargetGroup`,
Expand Down

0 comments on commit ea884dc

Please sign in to comment.