How can I establish connections through k8 nginx ingress which don't close #1129
Unanswered
pnikhil610
asked this question in
Q&A
Replies: 2 comments
-
I want to add that |
Beta Was this translation helpful? Give feedback.
0 replies
-
@pnikhil610 I have found some additional settings that can affect the SSE connections through an nginx-ingress controller. Can you update your annotations to add these:
One important thing is to make sure proxy buffering is off so it won't affect the SSE stream itself. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've setup Zilla on k8. It works great!
However, I've issue with connections closing at random interval.
Here's how ingress look likes:
I've enabled http/2

Is there any example for ideal k8 nginx ingress setup which I'm missing and is causing this issue?
Beta Was this translation helpful? Give feedback.
All reactions