Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reduce external-dns sync interval to 20s (#81)
* Reduce external-dns ( CRD -> etcd ) sync interval to 20s * Value is picked to be sligtly below default 30s DNS TTL we are currently working with * Terratest results: ``` --- PASS: TestOhmyglbBasicFailoverExample (157.84s) --- PASS: TestOhmyglbBasicFailoverExample/failover_happens_as_expected (35.41s) ``` * This way we reduced failover(or any kind of load balancing reconfiguration) from ~2.5 min down to 35 seconds See #80 for initial values
- Loading branch information