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
:information_source: In order for the service to be handled by the Ingress Controller, it is still mandatory to put it in an ingress rule. Using only `route-acl` won't be enough.
1453
1453
1454
+
:information_source: Note that this annotation is not compatible with an Ingress having multiple paths that will match a request.
1455
+
Without this annotation, the precedence is given first to the longest matching path.
1456
+
But with the annotation, the first use_backend rule in the config that matches the request will be used.
1457
+
1458
+
1454
1459
Possible values:
1455
1460
1456
1461
- A string describing an in-line [HAProxy ACL](https://www.haproxy.com/blog/introduction-to-haproxy-acls/).
Copy file name to clipboardExpand all lines: documentation/doc.yaml
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1383,6 +1383,10 @@ annotations:
1383
1383
- Insert a custom route (use_backend rule) to route ingress traffic to the annotated service based on the provided ACL.
1384
1384
tip:
1385
1385
- In order for the service to be handled by the Ingress Controller, it is still mandatory to put it in an ingress rule. Using only `route-acl` won't be enough.
1386
+
- |
1387
+
Note that this annotation is not compatible with an Ingress having multiple paths that will match a request.
1388
+
Without this annotation, the precedence is given first to the longest matching path.
1389
+
But with the annotation, the first use_backend rule in the config that matches the request will be used.
1386
1390
values:
1387
1391
- A string describing an in-line [HAProxy ACL](https://www.haproxy.com/blog/introduction-to-haproxy-acls/).
0 commit comments