3
0
mirror of https://github.com/mastodon/chart synced 2025-05-21 14:33:21 +00:00
Commit Graph

2 Commits

Author SHA1 Message Date
Jeremiah Lee
9547385bfe test: increase timeout, update min k8s version 2024-10-11 23:32:46 +02:00
Varac
6e6f8a36d1 Fix streaming route
Until now, only /api/v1/streaming/ was routed to the streaming
pod, while /api/v1/streaming/* was falsely routed to the web pod,
which returned 404 for each request.
Now everything below /api/v1/streaming will reach the streaming pod.

Fixes: #36
2023-02-20 11:02:37 +01:00