mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-26 11:35:35 +00:00
17 lines
238 B
YAML
17 lines
238 B
YAML
|
apiVersion: v1
|
||
|
kind: Service
|
||
|
metadata:
|
||
|
name: nameserver
|
||
|
spec:
|
||
|
selector:
|
||
|
app: nameserver
|
||
|
ports:
|
||
|
- name: udp
|
||
|
targetPort: 1053
|
||
|
port: 53
|
||
|
protocol: UDP
|
||
|
- name: tcp
|
||
|
targetPort: 1053
|
||
|
port: 53
|
||
|
protocol: TCP
|