diff options
Diffstat (limited to '')
| -rw-r--r-- | grumpy/unbound/service.yaml | 7 |
1 files changed, 3 insertions, 4 deletions
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 |