add coturn ingress

This commit is contained in:
Victor Barba Martin 2021-11-09 15:53:54 +01:00
parent 5a2ede2809
commit 010ce73f4c
1 changed files with 11 additions and 2 deletions

View File

@ -20,6 +20,15 @@ spec:
containers:
- name: webrtc-be
image: gcr.io/tough-craft-276813/webrtc_be:prod-0.1.83
env:
- name: RTC_MIN_PORT
value: "30000"
- name: RTC_MAX_PORT
value: "32768"
- name: BACKEND_URL
value: "https://www.jamkazam.com"
- name: RESTRICT_AUTH
value: "true"
ports:
- containerPort: 80
name: http
- name: websocket-port
containerPort: 5001