1
0
forked from k-space/kube

asterisk: forward voice ports from service

This commit is contained in:
Erki Aas 2023-09-01 13:59:45 +03:00
parent b11ac8bcae
commit 36932bfcaa

View File

@ -9,11 +9,44 @@ spec:
type: LoadBalancer type: LoadBalancer
externalTrafficPolicy: Local externalTrafficPolicy: Local
selector: selector:
app: sip app: asterisk
ports: ports:
- name: asterisk - name: asterisk
protocol: UDP protocol: UDP
port: 5060 port: 5060
- name: sip-data-10000
protocol: UDP
port: 10000
- name: sip-data-10001
protocol: UDP
port: 10001
- name: sip-data-10002
protocol: UDP
port: 10002
- name: sip-data-10003
protocol: UDP
port: 10003
- name: sip-data-10004
protocol: UDP
port: 10004
- name: sip-data-10005
protocol: UDP
port: 10005
- name: sip-data-10006
protocol: UDP
port: 10006
- name: sip-data-10007
protocol: UDP
port: 10007
- name: sip-data-10008
protocol: UDP
port: 10008
- name: sip-data-10009
protocol: UDP
port: 10009
- name: sip-data-10010
protocol: UDP
port: 10010
--- ---
apiVersion: apps/v1 apiVersion: apps/v1
kind: Deployment kind: Deployment