Mise à jour de 'dns/04-coredns.yaml'
This commit is contained in:
parent
6d7ca33012
commit
5bf00087d4
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user