add webrtc be

This commit is contained in:
Victor Barba Martin 2021-11-09 14:49:50 +01:00
parent 85fec063b3
commit c0ccb31482
1 changed files with 15 additions and 0 deletions

15
k8s/webrtc-be/service.yml Normal file
View File

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