diff options
Diffstat (limited to 'grumpy/unbound')
| -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 |