@gradientedge/cdk-utils 8.48.0 → 8.49.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -235,6 +235,7 @@ class SiteWithEcsBackend extends common_1.CommonConstruct {
|
|
|
235
235
|
memoryLimitMiB: this.props.siteTask.memoryLimitMiB,
|
|
236
236
|
healthCheckGracePeriod: cdk.Duration.seconds(60),
|
|
237
237
|
assignPublicIp: true,
|
|
238
|
+
minHealthyPercent: this.props.siteTask.minHealthyPercent,
|
|
238
239
|
taskDefinition: this.props.siteTask.taskDefinition,
|
|
239
240
|
taskImageOptions: {
|
|
240
241
|
enableLogging: true,
|
package/package.json
CHANGED
|
@@ -258,6 +258,7 @@ export class SiteWithEcsBackend extends CommonConstruct {
|
|
|
258
258
|
memoryLimitMiB: this.props.siteTask.memoryLimitMiB,
|
|
259
259
|
healthCheckGracePeriod: cdk.Duration.seconds(60),
|
|
260
260
|
assignPublicIp: true,
|
|
261
|
+
minHealthyPercent: this.props.siteTask.minHealthyPercent,
|
|
261
262
|
taskDefinition: this.props.siteTask.taskDefinition,
|
|
262
263
|
taskImageOptions: {
|
|
263
264
|
enableLogging: true,
|