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
1 changed files with 34 additions and 1 deletions

View File

@ -9,11 +9,44 @@ spec:
type: LoadBalancer
externalTrafficPolicy: Local
selector:
app: sip
app: asterisk
ports:
- name: asterisk
protocol: UDP
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
kind: Deployment