diff options
| author | Max Resnick <max@ofmax.li> | 2026-04-25 22:53:52 -0700 |
|---|---|---|
| committer | Max Resnick <max@ofmax.li> | 2026-04-25 22:53:52 -0700 |
| commit | 65a79d544fc575b9e9f8a0c2abb9afebe99a339f (patch) | |
| tree | 6c7e7c1b89465594dfe4b5dba891585228e1bba2 | |
| parent | a71e0dc1711a1662e9fcd2c76dd0e154b01f1d43 (diff) | |
| download | grumpy-charts-use-metallb-svc.tar.gz | |
bug: remove the ip address hard codedCHECKPOINTuse-metallb-svc
Diffstat (limited to '')
| -rw-r--r-- | grumpy/unbound/service.yaml | 5 |
1 files 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 |