Initial commit

This commit is contained in:
2025-05-30 00:45:17 +02:00
commit 45c0cbaff5
31 changed files with 5847 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
apiVersion: v1
kind: Service
metadata:
name: technitium
spec:
type: NodePort
selector:
app.kubernetes.io/name: technitium-dns
ports:
- protocol: TCP
port: 80
targetPort: 5380
nodePort: 30011
name: http
- protocol: TCP
port: 53
targetPort: 53
nodePort: 30012
name: dns-tcp
- protocol: UDP
port: 53
targetPort: 53
nodePort: 30012
name: dns-udp