23 lines
379 B
YAML
23 lines
379 B
YAML
|
|
---
|
||
|
|
apiVersion: v1
|
||
|
|
kind: Service
|
||
|
|
metadata:
|
||
|
|
name: teamspeak
|
||
|
|
spec:
|
||
|
|
type: LoadBalancer
|
||
|
|
selector:
|
||
|
|
app: teamspeak
|
||
|
|
ports:
|
||
|
|
- name: voice
|
||
|
|
protocol: UDP
|
||
|
|
port: 9987
|
||
|
|
targetPort: 9987
|
||
|
|
- name: filetransfer
|
||
|
|
protocol: TCP
|
||
|
|
port: 30033
|
||
|
|
targetPort: 30033
|
||
|
|
- name: serverquery
|
||
|
|
protocol: TCP
|
||
|
|
port: 10011
|
||
|
|
targetPort: 10011
|