Skip to content

Commit 2d65f63

Browse files
authored
Merge pull request #58050 from jldohmann/OSDOCS-5400
OSDOCS-5400: fix code example
2 parents 3776b7d + c94f77b commit 2d65f63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/nw-dns-cache-tuning.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ metadata:
2727
name: default
2828
spec:
2929
cache:
30-
successTTL: 1h <1>
31-
denialTTL: 0.5h10m <2>
30+
positiveTTL: 1h <1>
31+
negativeTTL: 0.5h10m <2>
3232
----
3333
+
3434
<1> The string value `1h` is converted to its respective number of seconds by CoreDNS. If this field is omitted, the value is assumed to be `0s` and the cluster uses the internal default value of `900s` as a fallback.

0 commit comments

Comments
 (0)