Files
nginx-portal/coredns-patch.yaml
qorgh529 dad98fedfa
Some checks failed
Build and Push Images / build-backend (push) Has been cancelled
docs: 서브도메인 연결 내용 README 추가
2026-04-10 21:57:17 +09:00

33 lines
671 B
YAML
Executable File

data:
Corefile: |
cyanburu.com {
hosts {
192.168.10.101 cyanburu.com
fallthrough
}
cache 30
}
.:53 {
errors
health {
lameduck 5s
}
ready
kubernetes cluster.local in-addr.arpa ip6.arpa {
pods insecure
fallthrough in-addr.arpa ip6.arpa
ttl 30
}
prometheus :9153
forward . /etc/resolv.conf {
max_concurrent 1000
}
cache 30 {
disable success cluster.local
disable denial cluster.local
}
loop
reload
loadbalance
}