mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
Unbound as a recursive resolver and AdGuardHome as main DNS backed by Unbound
18 lines
264 B
YAML
18 lines
264 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: unbound
|
|
namespace: dns
|
|
spec:
|
|
type: ClusterIP
|
|
clusterIP: 10.96.0.11
|
|
ports:
|
|
- name: dns
|
|
port: 53
|
|
protocol: TCP
|
|
- name: dns-udp
|
|
port: 53
|
|
protocol: UDP
|
|
selector:
|
|
app: unbound
|