Skip to content

Commit 7013ab5

Browse files
committed
🔧(tray) connect runner to ws pods
We have separated pods managing the backend and websocket. Peertube runner is using the websocket part of the application, we want to connect to these pods.
1 parent 351dca1 commit 7013ab5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ Versioning](https://semver.org/spec/v2.0.0.html).
1212

1313
- Cleanup transcoding temp files
1414

15+
### Changed
16+
17+
- Connect runner to ws pods in tray
18+
1519
### Fixed
1620

1721
- Enable join classroom button if username is populated from local storage

src/tray/templates/services/nginx/configs/marsha.conf.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ server {
7979
}
8080

8181
location /socket.io/ {
82-
proxy_pass http://marsha-backend;
82+
proxy_pass http://marsha-ws;
8383

8484
proxy_http_version 1.1;
8585
proxy_set_header Connection "Upgrade";

0 commit comments

Comments
 (0)