Closed
Description
There is number of internal timeouts that currently provided as default hardcoded values within Gslb:
- DNS TTL of 30s
- Reschedule of Reconcile loop to pickup external Gslb targets and Zone Delegation api kick (30s)
- External-dns sync interval to update etcd backend of coredns (20s)
We need to make them configurable via CR spec (DNS TTL would probably go there) and operator deployment configuration ( Reconcile loop and ext-dns values)
Activity