external-dns: update policy and interval
This commit is contained in:
parent
0d95914e8a
commit
daa09eb036
|
@ -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
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
policy: sync
|
||||
interval: 15s
|
Loading…
Reference in New Issue