add coturn ingress

This commit is contained in:
Victor Barba Martin 2021-11-09 15:32:34 +01:00
parent b2ca0bf49c
commit 14ddeaff5e
1 changed files with 15 additions and 0 deletions

15
k8s/coturn/service.yml Normal file
View File

@ -0,0 +1,15 @@
apiVersion: v1
kind: Service
metadata:
name: coturn-service
labels:
app: coturn
spec:
type: NodePort
ports:
- name: websocket-port
port: 80
targetPort: websocket-port
protocol: TCP
selector:
app: coturn