Skip to content

Introduce backend prefix annotation.

Compare
Choose a tag to compare
@asridharan asridharan released this 04 Mar 03:51
· 751 commits to master since this release

To support backends that host endpoints different than the ones exposed in an ingress resource, we are introducing backend prefix annotations. This allows the ingress controller to setup a backend prefix HTTP setting for endpoints mentioned in an ingress resource with this annotation.

Read more about the usage of the backend prefix annotation here:
https://azure.github.io/application-gateway-kubernetes-ingress/docs/annotations.html#backend-path-prefix

Issues fixed:
#49