From 65a79d544fc575b9e9f8a0c2abb9afebe99a339f Mon Sep 17 00:00:00 2001 From: Max Resnick Date: Sat, 25 Apr 2026 22:53:52 -0700 Subject: bug: remove the ip address hard coded --- grumpy/unbound/service.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/grumpy/unbound/service.yaml b/grumpy/unbound/service.yaml index 0d0c037..660d389 100644 --- a/grumpy/unbound/service.yaml +++ b/grumpy/unbound/service.yaml @@ -1,6 +1,6 @@ --- -kind: Service -apiVersion: v1 +kind: Service +apiVersion: v1 metadata: name: unbound spec: @@ -14,4 +14,3 @@ spec: port: 53 targetPort: 5353 protocol: UDP - loadBalancerIP: 192.168.1.200 -- cgit v1.2.3