Skip to content

Commit

Permalink
feat(cloud-map): remove healthCheckConfig from private dns namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
briancaffey committed Dec 19, 2022
1 parent e2b0674 commit dcc823f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/constructs/internal/ecs/redis/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,6 @@ export class RedisService extends Construct {
name: `${stackName}-redis`,
dnsRecordType: DnsRecordType.A,
dnsTtl: Duration.seconds(30),
healthCheck: {
failureThreshold: 1,
},
});

const fargateService = new FargateService(this, 'Service', {
Expand Down

0 comments on commit dcc823f

Please sign in to comment.