Mise à jour de 'dns/04-coredns.yaml'

This commit is contained in:
Fabrice Didon 2021-01-05 16:51:13 +01:00
parent 6d7ca33012
commit 5bf00087d4

View File

@ -20,7 +20,7 @@ metadata:
namespace: dns namespace: dns
data: data:
Corefile: | Corefile: |
open-it.io { open-it.intra {
errors errors
health health
log log
@ -31,6 +31,11 @@ data:
prometheus 0.0.0.0:9153 prometheus 0.0.0.0:9153
} }
. {
forward . 192.168.5.1
cache
}
--- ---
apiVersion: apps/v1 apiVersion: apps/v1
kind: Deployment kind: Deployment