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
By default, the HTTPRoute resource is designed to accept multiple rules (for example traffic going to /bar to go to service A and /foo to goo to service B, see this example), we need to extend the ingress_per_app v2 to allow the requirer to pass multiple rules
The text was updated successfully, but these errors were encountered:
ingress_per_app should support natively being able to take multiple routing rules instead of needing to form multiple relations. Could try to extend it in a backwards compatible way.
or maybe it's actually ok to have multiple ingress relations.
Enhancement Proposal
By default, the
HTTPRoute
resource is designed to accept multiple rules (for example traffic going to /bar to go to service A and /foo to goo to service B, see this example), we need to extend theingress_per_app
v2 to allow the requirer to pass multiple rulesThe text was updated successfully, but these errors were encountered: