Replies: 1 comment 1 reply
-
is there any error thats flagged in the status - |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm finding that the envoy proxy default of 1024 max connections is quite low. So every HTTPRoute is having to define a
BackendTrafficPolicy
to raise it. I've not found a way to raise the default and recently tried to bind a BackendTrafficPolicy to the gateway to provide a higher default.But with envoy-gateway 1.2.5, dumping the envoy proxy config shows its still using 1024 for an HTTPRoute that otherwise has no
BackendTrafficPolicy
.Is this approach supposed to work (i.e. bug)? I know security policies have a most specific match behavior but I've not seen that claimed for BackendTrafficPolicy.
Beta Was this translation helpful? Give feedback.
All reactions