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

kind: Ingress (just Ingress) #5792

Open
fhfournier opened this issue Jun 19, 2024 · 3 comments
Open

kind: Ingress (just Ingress) #5792

fhfournier opened this issue Jun 19, 2024 · 3 comments
Labels
needs more info Issues that require more information proposal An issue that proposes a feature request waiting for response Waiting for author's response

Comments

@fhfournier
Copy link

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 :)

@fhfournier fhfournier added the proposal An issue that proposes a feature request label Jun 19, 2024
Copy link

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 🙂

Cheers!

@haywoodsh
Copy link
Contributor

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?

@haywoodsh haywoodsh added the needs more info Issues that require more information label Jul 1, 2024
@brianehlert
Copy link
Collaborator

IngressClass is singular for a deployment. And required by K8s.
Ingress is the resource that represents a hostname. And can be multiple.

Can you please further describe your issue? I don't think we are following your problem.

@vepatel vepatel added the waiting for response Waiting for author's response label Jul 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs more info Issues that require more information proposal An issue that proposes a feature request waiting for response Waiting for author's response
Projects
Status: Todo ☑
Development

No branches or pull requests

4 participants