fix: add streaming API path to ingress (was missing after merge)

This commit is contained in:
Alexander Rogov
2026-07-13 01:15:12 +03:00
parent e2305d06c0
commit 4be6588001

View File

@@ -24,6 +24,13 @@ spec:
name: minio-proxy
port:
number: 80
- path: /api/v1/streaming/
pathType: Prefix
backend:
service:
name: mastodon-streaming
port:
number: 4000
- path: /
pathType: Prefix
backend: