Compare commits

...

2 Commits

Author SHA1 Message Date
Rob Watson 28f43799da external-dns: cleanup test credentials 2022-11-18 08:50:34 +01:00
Rob Watson daa09eb036 external-dns: update policy and interval 2022-11-18 08:50:18 +01:00
2 changed files with 4 additions and 10 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
@ -95,12 +95,4 @@ spec:
limits: {}
requests: {}
volumeMounts:
# AWS mountPath(s)
- name: aws-credentials
mountPath: /.aws
readOnly: true
volumes:
# AWS volume(s)
- name: aws-credentials
secret:
secretName: foo

View File

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