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
Hi, this is a known behavior already reported in #981 . The way to circumvent this for now is to either use a port number in the service declaration, or use the named target port in the auth-url declaration. Here's the relevant doc snippet:
If the service uses named ports, use the service’s port.targetPort field value instead.
Description of the problem
HAProxy Ingress can't find my service if my
targetPort
is set tohttp
Expected behavior
HAProxy Ingress would my service even if my
targetPort
is set tohttp
Steps to reproduce the problem
Environment information
HAProxy Ingress version:
v0.14.6
Command-line options:
Global options:
Here are the logs for the attempts of reconciliation.
If the service has the following ports configuration
The logs show
However, if we update the service to
The logs show:
The text was updated successfully, but these errors were encountered: