@gradientedge/cdk-utils 7.7.0 → 7.8.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.
|
@@ -226,6 +226,7 @@ class SiteWithEcsBackend extends common_1.CommonConstruct {
|
|
|
226
226
|
domainZone: this.siteHostedZone,
|
|
227
227
|
healthCheck: this.props.siteHealthCheck,
|
|
228
228
|
taskImageOptions: {
|
|
229
|
+
...this.props.siteTask.taskImageOptions,
|
|
229
230
|
environment: this.siteEcsEnvironment,
|
|
230
231
|
executionRole: this.siteEcsRole,
|
|
231
232
|
taskRole: this.siteEcsRole,
|
package/package.json
CHANGED
|
@@ -251,6 +251,7 @@ export class SiteWithEcsBackend extends CommonConstruct {
|
|
|
251
251
|
domainZone: this.siteHostedZone,
|
|
252
252
|
healthCheck: this.props.siteHealthCheck,
|
|
253
253
|
taskImageOptions: {
|
|
254
|
+
...this.props.siteTask.taskImageOptions,
|
|
254
255
|
environment: this.siteEcsEnvironment,
|
|
255
256
|
executionRole: this.siteEcsRole,
|
|
256
257
|
taskRole: this.siteEcsRole,
|