add coturn ingress
This commit is contained in:
parent
b2ca0bf49c
commit
14ddeaff5e
|
|
@ -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
|
||||
Loading…
Reference in New Issue