disable coredns logs as we dont need them in prod[ci skip]

This commit is contained in:
Viktor Barzin 2025-01-25 17:22:38 +00:00
parent 04ccb13239
commit b51c52800a
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
2 changed files with 2 additions and 2 deletions

View file

@ -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.