Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support defining multiple rules in one httproute #5

Open
IbraAoad opened this issue Jul 18, 2024 · 1 comment
Open

Support defining multiple rules in one httproute #5

IbraAoad opened this issue Jul 18, 2024 · 1 comment

Comments

@IbraAoad
Copy link
Contributor

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 the ingress_per_app v2 to allow the requirer to pass multiple rules

@sed-i
Copy link

sed-i commented Oct 7, 2024

  • 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.
  • or, interoperate/collaborate with https://github.com/canonical/gateway-api-integrator-operator.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants