Files
homelab-v/k8s/infra/network/dns/unbound/svc.yaml
T
Vegard Hagen 9dec025db7 feat(dns): use Unbound and AdGuardHome for DNS
Unbound as a recursive resolver and AdGuardHome as main DNS backed by
Unbound
2024-11-17 17:03:29 +01:00

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