dcl-ops-lib 6.0.6 → 6.0.8

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.
@@ -286,14 +286,14 @@ function createInternalService(config) {
286
286
  description: "service discovery for " + serviceName,
287
287
  dnsConfig: {
288
288
  dnsRecords: [
289
- { type: "A", ttl: 10 },
290
289
  { type: "SRV", ttl: 10 },
291
290
  ],
292
291
  namespaceId: (0, supra_1.getInternalServiceDiscoveryNamespaceId)(),
293
292
  },
294
293
  });
295
294
  serviceRegistries = {
296
- port: serviceDiscoveryPort,
295
+ containerPort: serviceDiscoveryPort,
296
+ containerName: serviceName,
297
297
  registryArn: serviceDiscovery.arn,
298
298
  };
299
299
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dcl-ops-lib",
3
- "version": "6.0.6",
3
+ "version": "6.0.8",
4
4
  "scripts": {
5
5
  "build": "tsc && cp bin/* . && node test.js",
6
6
  "clean": "rm *.d.ts *.js *.js.map"