Skip to content

Commit 76aaccc

Browse files
fix aws-loadbalancer-controller setup broken due to awslabs#363
1 parent a51e59f commit 76aaccc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

infrastructure/lib/kit-infrastructure.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ export class KITInfrastructure extends Stack {
8888
metadataOptions: {
8989
httpEndpoint: "enabled",
9090
httpTokens: "required",
91+
httpPutResponseHopLimit: 2,
9192
}
9293
}
9394
})

0 commit comments

Comments
 (0)