From 5bf00087d4239f6b28b69ff30678d596238aaf9e Mon Sep 17 00:00:00 2001 From: Fabrice Didon Date: Tue, 5 Jan 2021 16:51:13 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'dns/04-coredns.yam?= =?UTF-8?q?l'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dns/04-coredns.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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