You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Support latest backend config for nginx upstream module
Support setting keepalive_requests and keepalive_timeout for nginx upstream module
Support annotations on ingress to be able to set the values in nginx config for each upstream
Build upstream id including ingress name
Needed to be able to configure an upstream for ingresses which has same hostname and backend service but with a different path. This is so that the configuration won't be overwritten in this scenario.