aboutsummaryrefslogtreecommitdiff
path: root/grumpy/unbound/service.yaml
blob: 0d0c03779a3c85cdc463e0a0d6ee2e3e4e45f097 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
kind: Service 
apiVersion: v1 
metadata:
  name: unbound
spec:
  type: LoadBalancer
  ports:
  - name: 53-tcp
    port: 53
    targetPort: 5353
    protocol: TCP
  - name: 53-udp
    port: 53
    targetPort: 5353
    protocol: UDP
  loadBalancerIP: 192.168.1.200