Skip to content

Commit 5994615

Browse files
committed
Remove healthcheck
1 parent 54dd10e commit 5994615

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

backend/src/iac/backend-stack.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -191,13 +191,6 @@ export class BackendStack extends cdk.Stack {
191191
streamPrefix: appName,
192192
logGroup,
193193
}),
194-
/*healthCheck: {
195-
command: ['CMD-SHELL', 'curl -f -k https://localhost:3443/api/health || exit 1'],
196-
interval: cdk.Duration.seconds(30),
197-
timeout: cdk.Duration.seconds(5),
198-
retries: 3,
199-
startPeriod: cdk.Duration.seconds(60),
200-
},*/
201194
});
202195

203196
// Grant the task role access to read the SSL certificate secret

0 commit comments

Comments
 (0)