dcl-ops-lib 6.0.8 → 6.0.10

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.
@@ -289,11 +289,10 @@ function createInternalService(config) {
289
289
  { type: "SRV", ttl: 10 },
290
290
  ],
291
291
  namespaceId: (0, supra_1.getInternalServiceDiscoveryNamespaceId)(),
292
- },
292
+ }
293
293
  });
294
294
  serviceRegistries = {
295
- containerPort: serviceDiscoveryPort,
296
- containerName: serviceName,
295
+ port: serviceDiscoveryPort,
297
296
  registryArn: serviceDiscovery.arn,
298
297
  };
299
298
  }
@@ -307,6 +306,7 @@ function createInternalService(config) {
307
306
  taskRoleArn: taskRole === null || taskRole === void 0 ? void 0 : taskRole.arn,
308
307
  tags: { ServiceName: serviceName, Team: team },
309
308
  containerDefinitions: JSON.stringify([Object.assign(Object.assign({}, containerInfo), { logConfiguration: (0, exports.getDefaultLogs)(serviceName, logGroup) })]),
309
+ networkMode: "awsvpc",
310
310
  volumes: volumes,
311
311
  family: (0, stack_1.getStackScopedName)(serviceName),
312
312
  }, { dependsOn: [logGroup] });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dcl-ops-lib",
3
- "version": "6.0.8",
3
+ "version": "6.0.10",
4
4
  "scripts": {
5
5
  "build": "tsc && cp bin/* . && node test.js",
6
6
  "clean": "rm *.d.ts *.js *.js.map"