diff --git a/charts/mastodon/templates/ingress.yaml b/charts/mastodon/templates/ingress.yaml index e5c5e1dc67b49bd7c8be061bdc7e9dbd8eb276b9..27ac60f13bcfa4424853b58b88043ff94b36e336 100644 --- a/charts/mastodon/templates/ingress.yaml +++ b/charts/mastodon/templates/ingress.yaml @@ -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: