diff --git a/dns/04-coredns.yaml b/dns/04-coredns.yaml index 2abc6d8..1b52119 100644 --- a/dns/04-coredns.yaml +++ b/dns/04-coredns.yaml @@ -20,7 +20,7 @@ metadata: namespace: dns data: Corefile: | - open-it.io { + open-it.intra { errors health log @@ -31,6 +31,11 @@ data: prometheus 0.0.0.0:9153 } + . { + forward . 192.168.5.1 + cache + } + --- apiVersion: apps/v1 kind: Deployment