Skip to content
New issue

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

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

Already on GitHub? # to your account

Ingress doesn't work with aws load balancer ingress controller #83

Closed
random1st opened this issue Dec 14, 2021 · 1 comment
Closed

Ingress doesn't work with aws load balancer ingress controller #83

random1st opened this issue Dec 14, 2021 · 1 comment

Comments

@random1st
Copy link

That's because it is sensitive to path prefix

      port: 4444
    - path: /mobile
      port: 4444
    - path: /
      port: 8080```
Start working after changing order of paths
@vania-pooh
Copy link
Member

vania-pooh commented Dec 15, 2021

@random1st in AWS ingress you should use * signs in paths instead.

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

No branches or pull requests

2 participants