1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

More doc and better examples for dynamic record default values

This commit is contained in:
Ross McFarland
2023-03-29 13:05:55 -07:00
parent 7c6c1bb77c
commit ce0cfdf011

View File

@@ -59,8 +59,14 @@ test:
- pool: na
ttl: 60
type: A
# These values become a non-healthchecked default pool
# These values become a non-healthchecked default pool, generally it should be
# a superset of the catch-all pool and include enough capacity to try and
# serve all global requests (with degraded performance.) The main case they
# will come into play is if all dynamic healthchecks are failing, either on
# the service side or if the providers systems are expeiencing problems.
values:
- 3.3.3.3
- 4.4.4.4
- 5.5.5.5
- 6.6.6.6
- 7.7.7.7