external-dns: update policy and interval

This commit is contained in:
Rob Watson 2022-11-18 08:50:18 +01:00
parent 0d95914e8a
commit daa09eb036
2 changed files with 4 additions and 2 deletions

View File

@ -55,10 +55,10 @@ spec:
- --metrics-address=:7979
- --log-level=info
- --log-format=text
- --policy=upsert-only
- --policy=sync
- --provider=aws
- --registry=txt
- --interval=1m
- --interval=15s
- --source=service
- --source=ingress
# AWS arguments

View File

@ -0,0 +1,2 @@
policy: sync
interval: 15s