cluster/services/dns: only serve stale entries if upstream is not available
This commit is contained in:
parent
7e7eac04a0
commit
a2f34efb41
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ in {
|
||||||
success 4000 86400
|
success 4000 86400
|
||||||
denial 0
|
denial 0
|
||||||
prefetch 3
|
prefetch 3
|
||||||
serve_stale 86400s
|
serve_stale 86400s verify
|
||||||
}
|
}
|
||||||
trace zipkin ${cluster.config.links.tempo-zipkin-http.tuple} {
|
trace zipkin ${cluster.config.links.tempo-zipkin-http.tuple} {
|
||||||
every 100
|
every 100
|
||||||
|
|
Loading…
Reference in a new issue