Skip to content

v4.0.0

Compare
Choose a tag to compare
@supreethrao supreethrao released this 07 Jul 15:14
· 21 commits to master since this release
9bc56a3
  • 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.