CoreDNS: Migrate Corefile to version 1.6.4

The Corefile in values.yaml has been unchanged since before CoreDNS
version 1.1.3, but the specified image version is 1.6.4.

This change aligns the Corefile with the CoreDNS version, as generated
by the Corefile migration tool [0]:

    corefile-tool migrate --from 1.1.3 --to 1.6.4

0: https://github.com/coredns/corefile-migration/tree/master/corefile-tool

Change-Id: I8912737bf219e43e1b8e477109a76d38085014f2
This commit is contained in:
Phil Sphicas 2021-05-03 16:10:34 +00:00
parent 9533be32a1
commit 5cf854e25c
1 changed files with 4 additions and 4 deletions

View File

@ -6,14 +6,14 @@ conf:
health health
autopath @kubernetes autopath @kubernetes
kubernetes cluster.local 10.96.0.0/16 10.97.0.0/16 { kubernetes cluster.local 10.96.0.0/16 10.97.0.0/16 {
pods disabled pods disabled
fallthrough in-addr.arpa ip6.arpa fallthrough in-addr.arpa ip6.arpa
upstream 8.8.8.8
upstream 8.8.4.4
} }
prometheus :9253 prometheus :9253
forward . 8.8.8.8 8.8.4.4 forward . 8.8.8.8 8.8.4.4
cache 30 cache 30
loop
ready
} }
test: test: