dcl-ops-lib 6.0.19 → 6.0.20
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.
- package/createFargateTask.js +1 -0
- package/package.json +1 -1
package/createFargateTask.js
CHANGED
|
@@ -297,6 +297,7 @@ function createInternalService(config) {
|
|
|
297
297
|
description: "service discovery for " + serviceName,
|
|
298
298
|
dnsConfig: {
|
|
299
299
|
dnsRecords: [
|
|
300
|
+
{ type: "A", ttl: 10 },
|
|
300
301
|
{ type: "SRV", ttl: 10 },
|
|
301
302
|
],
|
|
302
303
|
namespaceId: (0, supra_1.getInternalServiceDiscoveryNamespaceId)(),
|