From 4be6588001357f763b48da03b1a1d00cc41d4486 Mon Sep 17 00:00:00 2001 From: Alexander Rogov Date: Mon, 13 Jul 2026 01:15:12 +0300 Subject: [PATCH] fix: add streaming API path to ingress (was missing after merge) --- manifests/mastodon/ingress.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/manifests/mastodon/ingress.yaml b/manifests/mastodon/ingress.yaml index 0fb068e..e0d5b87 100644 --- a/manifests/mastodon/ingress.yaml +++ b/manifests/mastodon/ingress.yaml @@ -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: