From bfcf1cf9d0720412e4d9dd4edcb8fb2590112f08 Mon Sep 17 00:00:00 2001 From: Max Resnick Date: Tue, 23 Sep 2025 21:41:50 -0700 Subject: fix: move to metallb --- grumpy/unbound/service.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'grumpy') diff --git a/grumpy/unbound/service.yaml b/grumpy/unbound/service.yaml index b36feab..6e521ff 100644 --- a/grumpy/unbound/service.yaml +++ b/grumpy/unbound/service.yaml @@ -4,14 +4,13 @@ apiVersion: v1 metadata: name: unbound spec: - type: NodePort + type: LoadBalancer ports: - name: 53-tcp - port: 5353 + port: 53 targetPort: 5353 - nodePort: 53 protocol: TCP - name: 53-udp - port: 5353 + port: 53 targetPort: 5353 protocol: UDP -- cgit v1.2.3