docs: 서브도메인 연결 내용 README 추가
Some checks failed
Build and Push Images / build-backend (push) Has been cancelled
Some checks failed
Build and Push Images / build-backend (push) Has been cancelled
This commit is contained in:
32
coredns-patch.yaml
Executable file
32
coredns-patch.yaml
Executable 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
|
||||
}
|
||||
Reference in New Issue
Block a user