You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: chart/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,7 @@ The following lists all values that may be set when installing this chart (see
61
61
| integrations.externalDNS.targetIPs | list |`[]`| The static IP addresses that created DNS records should point to. Must not be provided if the target service is set. |
62
62
| integrations.externalDNS.targetService.name | string |`nil`| The name of the (Traefik) service whose IP address should be used for DNS records. |
63
63
| integrations.externalDNS.targetService.namespace | string |`nil`| The namespace of the (Traefik) service whose IP address should be used for DNS records. |
64
+
| integrations.externalDNS.ttl | string |`nil`| The TTL (Time To Live) for DNS records in seconds. If not specified, defaults to 300. Some DNS providers require a minimum TTL (e.g., deSEC requires 3600). |
64
65
| metrics.enabled | bool |`true`| Whether the metrics endpoint should be enabled. |
65
66
| metrics.port | int |`9090`| The port on which Prometheus metrics can be scraped on path `/metrics`. |
0 commit comments