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
What keywords did you search in NGINX Ingress controller issues before filing this one? (If you have found any duplicates, you should instead reply there.): ExternalName Service targetPort
Is this a BUG REPORT or FEATURE REQUEST? (choose one): BUG REPORT
Is this a request for help? (If yes, you should use our troubleshooting guide and community support channels, see https://kubernetes.io/docs/tasks/debug-application-cluster/troubleshooting/.): No
What keywords did you search in NGINX Ingress controller issues before filing this one? (If you have found any duplicates, you should instead reply there.): ExternalName Service targetPort
Is this a BUG REPORT or FEATURE REQUEST? (choose one): BUG REPORT
NGINX Ingress controller version:
0.25.1
Kubernetes version (use
kubectl version
):Environment:
uname -a
):Linux 4.9.0-8-amd64 #1 SMP Debian 4.9.144-3.1 (2019-02-19) x86_64 GNU/Linux
What happened:
Despite using
targetPort: 9090
, NGINX ingress still attempts to reach backend server on port 443?!?!?What you expected to happen:
NGINX should reach backend server on specified targetPort 9090
How to reproduce it (as minimally and precisely as possible):
Use something like above YAML.
Anything else we need to know:
The back-end server is a cockpit server: https://www.sitepoint.com/how-to-install-cockpit-on-ubuntu-18-04/
The text was updated successfully, but these errors were encountered: