rancher / rio

Application Deployment Engine for Kubernetes
https://rio.io
Apache License 2.0
2.27k stars 228 forks source link

requestTimeoutSeconds only affects version specific services in Gloo #1031

Closed r2ewj closed 4 years ago

r2ewj commented 4 years ago

I created a new service via Riofile with a timeout:

services: ido-ui: requestTimeoutSeconds: 120

This creates 4 VirtualServices in Gloo, I've noticed that the version specific services receive the Timeout option, but the main end point does not. ido-ui-v0 has the timeout ido-ui-v0-tls-#####.on-rio.io-tls has the timeout ido-ui-tls-####.on-rio.io-tls no timeout ido-ui no timeout This is the expected result from ido-ui-v0: spec: virtualHost: domains:

This is the result from the non versioned service spec: virtualHost: domains:

StrongMonkey commented 4 years ago

Should be fixed in v0.7.1-rc2.

StrongMonkey commented 4 years ago

@r2ewj I will close this issue since it should have been fixed in v0.7.1. Feel free to reopen if you still see it.