docs: 서브도메인 연결 내용 README 추가
Some checks failed
Build and Push Images / build-backend (push) Has been cancelled

This commit is contained in:
qorgh529
2026-04-10 21:57:17 +09:00
parent c83b40ce50
commit dad98fedfa
4 changed files with 138 additions and 19 deletions

32
coredns-patch.yaml Executable file
View File

@@ -0,0 +1,32 @@
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
}