apisix-helm-chart
apisix-helm-chart copied to clipboard
Make the path type configurable in ingress rules.
There were some problems at least with ALB ingress controller and APISIX gateway, when the path type is ImplementationSpecific. Setting path type to Prefix fixed the issue.
+1: This is blocking for us, we can't use APISIX behind the ALB as it's only routing to strictly /
and not /*
(I would also make it configurable on the admin ingress ?)