disable webrtc ingress

This commit is contained in:
Victor Barba Martin 2021-11-09 16:36:06 +01:00
parent ca2bd5992c
commit 8d5e4164c7
2 changed files with 7 additions and 7 deletions

View File

@ -26,9 +26,9 @@ spec:
- name: RTC_MAX_PORT
value: "32768"
- name: BACKEND_URL
value: "https://staging.jamkazam.com"
value: "https://www.jamkazam.com"
- name: RESTRICT_AUTH
value: "false"
ports:
- name: websocket-port
containerPort: 5001
- name: https
containerPort: 443

View File

@ -8,9 +8,9 @@ metadata:
spec:
type: LoadBalancer
ports:
- name: websocket-port
port: 80
targetPort: websocket-port
protocol: TCP
- name: https
port: 443
targetPort: https
protocol: https
selector:
app: webrtc-be