nginxinc / kubernetes-ingress

NGINX and NGINX Plus Ingress Controllers for Kubernetes
https://docs.nginx.com/nginx-ingress-controller
Apache License 2.0
4.58k stars 1.96k forks source link

kind: Ingress (just Ingress) #5792

Open fhfournier opened 1 week ago

fhfournier commented 1 week ago

Hi!

Is your feature request related to a problem? Please describe. There is a big problem for me when trying to set multiple URL on that helm chart. When I try i got multiple error and i figure it out the probleme was the type was ingressClass and not Ingress. There not supose to be more than one i think

Describe the solution you'd like

ingress = {
  create = true (default false)
  # set everything else, port, url, etc..
}

With that i can easy add many website to my node group. For a systeme redirect or something else :)

github-actions[bot] commented 1 week ago

Hi @fhfournier thanks for reporting!

Be sure to check out the docs and the Contributing Guidelines while you wait for a human to take a look at this :slightly_smiling_face:

Cheers!

haywoodsh commented 1 day ago

Hi can you let us know which version of NGINX Ingress Controller you were using? Can you give us a sample of helm chart values you used for deployment and a link to the helm chart being used?