feat(k8s/pihole): add Pi-hole stack (deployment scaled to 0 for data migration)

This commit is contained in:
2026-03-01 12:48:23 +02:00
parent 92d8546c10
commit cbc34c699d
10 changed files with 252 additions and 2 deletions

View File

@@ -0,0 +1,20 @@
apiVersion: v1
kind: Service
metadata:
name: pihole-dns
namespace: pihole
annotations:
metallb.io/loadBalancerIPs: 10.127.1.200
spec:
type: LoadBalancer
selector:
app: pihole
ports:
- port: 53
targetPort: 53
protocol: TCP
name: dns-tcp
- port: 53
targetPort: 53
protocol: UDP
name: dns-udp