Skip to content

Commit 37c2e93

Browse files
Publish latest greatest (#166)
* publish working webtransport * enable webtransport
1 parent aaf1cf5 commit 37c2e93

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Dockerfile.yew

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ENV ENABLE_OAUTH=false
55
ENV LOGIN_URL=""
66
ENV ACTIX_UI_BACKEND_URL="wss://api.rustlemania.com"
77
ENV WEBTRANSPORT_HOST="https://transport.rustlemania.com"
8-
ENV WEBTRANSPORT_ENABLED="false"
8+
ENV WEBTRANSPORT_ENABLED="true"
99
ENV E2EE_ENABLED="false"
1010
ENV USERS_ALLOWED_TO_STREAM=""
1111
WORKDIR /app

helm/rustlemania-ui/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ replicaCount: 1
88
image:
99
repository: securityunion/rustlemania-ui
1010
pullPolicy: Always
11-
tag: fix-webtransport-92cbac9c
11+
tag: main-aaf1cf5a
1212
resources:
1313
limits:
1414
cpu: "50m" # 50% of a single CPU

helm/rustlemania-websocket/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ replicaCount: 1
99
image:
1010
repository: securityunion/rustlemania-api
1111
pullPolicy: Always
12-
tag: main-22439075
12+
tag: main-aaf1cf5a
1313
env:
1414
- name: RUST_LOG
1515
value: info

helm/rustlemania-webtransport/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ replicaCount: 1
88
image:
99
repository: securityunion/rustlemania-api
1010
pullPolicy: Always
11-
tag: fix-webtransport-b8f0722d
11+
tag: main-aaf1cf5a
1212
command: ['webtransport_server']
1313
args: []
1414
tlsSecret: rustlemania-ui-tls

0 commit comments

Comments
 (0)