We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54dd10e commit 5994615Copy full SHA for 5994615
backend/src/iac/backend-stack.ts
@@ -191,13 +191,6 @@ export class BackendStack extends cdk.Stack {
191
streamPrefix: appName,
192
logGroup,
193
}),
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
- },*/
201
});
202
203
// Grant the task role access to read the SSL certificate secret
0 commit comments