Skip to content

Commit

Permalink
Publish latest greatest (#166)
Browse files Browse the repository at this point in the history
* publish working webtransport

* enable webtransport
  • Loading branch information
darioalessandro authored Jul 27, 2024
1 parent aaf1cf5 commit 37c2e93
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.yew
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV ENABLE_OAUTH=false
ENV LOGIN_URL=""
ENV ACTIX_UI_BACKEND_URL="wss://api.rustlemania.com"
ENV WEBTRANSPORT_HOST="https://transport.rustlemania.com"
ENV WEBTRANSPORT_ENABLED="false"
ENV WEBTRANSPORT_ENABLED="true"
ENV E2EE_ENABLED="false"
ENV USERS_ALLOWED_TO_STREAM=""
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion helm/rustlemania-ui/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ replicaCount: 1
image:
repository: securityunion/rustlemania-ui
pullPolicy: Always
tag: fix-webtransport-92cbac9c
tag: main-aaf1cf5a
resources:
limits:
cpu: "50m" # 50% of a single CPU
Expand Down
2 changes: 1 addition & 1 deletion helm/rustlemania-websocket/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ replicaCount: 1
image:
repository: securityunion/rustlemania-api
pullPolicy: Always
tag: main-22439075
tag: main-aaf1cf5a
env:
- name: RUST_LOG
value: info
Expand Down
2 changes: 1 addition & 1 deletion helm/rustlemania-webtransport/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ replicaCount: 1
image:
repository: securityunion/rustlemania-api
pullPolicy: Always
tag: fix-webtransport-b8f0722d
tag: main-aaf1cf5a
command: ['webtransport_server']
args: []
tlsSecret: rustlemania-ui-tls
Expand Down

0 comments on commit 37c2e93

Please sign in to comment.