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