Commit 37c2e93 1 parent aaf1cf5 commit 37c2e93 Copy full SHA for 37c2e93
File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ ENV ENABLE_OAUTH=false
5
5
ENV LOGIN_URL=""
6
6
ENV ACTIX_UI_BACKEND_URL="wss://api.rustlemania.com"
7
7
ENV WEBTRANSPORT_HOST="https://transport.rustlemania.com"
8
- ENV WEBTRANSPORT_ENABLED="false "
8
+ ENV WEBTRANSPORT_ENABLED="true "
9
9
ENV E2EE_ENABLED="false"
10
10
ENV USERS_ALLOWED_TO_STREAM=""
11
11
WORKDIR /app
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ replicaCount: 1
8
8
image :
9
9
repository : securityunion/rustlemania-ui
10
10
pullPolicy : Always
11
- tag : fix-webtransport-92cbac9c
11
+ tag : main-aaf1cf5a
12
12
resources :
13
13
limits :
14
14
cpu : " 50m" # 50% of a single CPU
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ replicaCount: 1
9
9
image :
10
10
repository : securityunion/rustlemania-api
11
11
pullPolicy : Always
12
- tag : main-22439075
12
+ tag : main-aaf1cf5a
13
13
env :
14
14
- name : RUST_LOG
15
15
value : info
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ replicaCount: 1
8
8
image :
9
9
repository : securityunion/rustlemania-api
10
10
pullPolicy : Always
11
- tag : fix-webtransport-b8f0722d
11
+ tag : main-aaf1cf5a
12
12
command : ['webtransport_server']
13
13
args : []
14
14
tlsSecret : rustlemania-ui-tls
You can’t perform that action at this time.
0 commit comments