disable coredns logs as we dont need them in prod[ci skip]
This commit is contained in:
parent
04ccb13239
commit
b51c52800a
2 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@ apiVersion: v1
|
|||
data:
|
||||
Corefile: |
|
||||
.:53 {
|
||||
log
|
||||
#log
|
||||
errors
|
||||
health {
|
||||
lameduck 5s
|
||||
|
|
@ -26,7 +26,7 @@ data:
|
|||
loadbalance
|
||||
}
|
||||
viktorbarzin.lan:53 {
|
||||
log
|
||||
#log
|
||||
errors
|
||||
#forward . 10.102.184.76
|
||||
forward . 10.0.20.101:30053 # this must be the same as the technitium nodeport svc
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue