master
Adam Veldhousen 2020-06-12 22:04:19 -05:00
parent c2ff54438e
commit abb4c3cd29
Signed by: adam
GPG Key ID: 6DB29003C6DD1E4B
1 changed files with 17 additions and 0 deletions

View File

@ -70,10 +70,27 @@ spec:
---
apiVersion: v1
kind: Service
metadata:
name: gopherhole-tcp-dns
spec:
type: LoadBalancer
externalTrafficPolicy: Local
externalIPs:
- 192.168.0.98
ports:
- port: 53
name: tcp-dns
protocol: TCP
selector:
app: gopherhole
---
apiVersion: v1
kind: Service
metadata:
name: gopherhole-udp-dns
spec:
type: LoadBalancer
externalTrafficPolicy: Local
externalIPs:
- 192.168.0.98
ports: