Skip to content
Snippets Groups Projects
Verified Commit ab991ce1 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(mastodon): Fix incorrect streaming path in ingress

This patch resolves a potential issue with the streaming endpoint, which
is different in the docs, than in the helm chart. This is integrating the
upstream issue into this chart, which should resolve potential issues
with non-default frontends: https://github.com/mastodon/mastodon/pull/19896
parent 6e5aef9f
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ spec:
{{- if or ($.Capabilities.APIVersions.Has "networking.k8s.io/v1/Ingress") (not ($.Capabilities.APIVersions.Has "networking.k8s.io/v1beta1/Ingress")) }}
pathType: Prefix
{{- end }}
- path: {{ .path }}api/v1/streaming/
- path: {{ .path }}api/v1/streaming
backend:
{{- if or ($.Capabilities.APIVersions.Has "networking.k8s.io/v1/Ingress") (not ($.Capabilities.APIVersions.Has "networking.k8s.io/v1beta1/Ingress")) }}
service:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment