enable auth

This commit is contained in:
Victor Barba Martin 2021-11-18 19:26:27 +01:00
parent 0a95f70c67
commit 35ed91ee97
2 changed files with 6 additions and 1 deletions

View File

@ -34,6 +34,10 @@ spec:
value: "32768"
- name: BACKEND_URL
value: {{ .Values.backendUrl }}
{{ if .Values.auth }}
- name: RESTRICT_AUTH
value: "true"
{{ end }}
ports:
- name: websocket-port
containerPort: 5001

View File

@ -2,3 +2,4 @@
domain: "webrtc-be.video.jamkazam.com"
# Webrtc env variables
backendUrl: "https://jamkazam.com"
auth: true