Skip to content

Commit

Permalink
docs(aws-provider): add aws-zone-match-parent use
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagoluiznunes committed Feb 6, 2024
1 parent 4660134 commit 5a0263b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/tutorials/aws-sd.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,16 @@ spec:
...
```

## Enable sub-domain hosted zone match
The aws-zone-match-parent flag extends external-dns to support sub-domain matching using its parent domain.

```yaml
## hosted zone domain: domain.com
--domain-filter=x.sub-domain.domain.com,sub-domain.com
--aws-zone-match-parent
```


This will set the TTL for the DNS record to 60 seconds.


Expand Down

0 comments on commit 5a0263b

Please sign in to comment.