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

[ecr-proxy] need to be able to specify ingressClassName #226

Open
Tstrul-work opened this issue Feb 8, 2023 · 1 comment
Open

[ecr-proxy] need to be able to specify ingressClassName #226

Tstrul-work opened this issue Feb 8, 2023 · 1 comment

Comments

@Tstrul-work
Copy link

Is your feature request related to a problem? Please describe.
We are running multiple ingressclasses, so we need to be able to specify the spec.ingressClassName on the ingress.
the deprecated kubernetes.io/ingress.class annotation no longer works on the latest controllers.

Describe the solution you'd like
To be able to specify ingress.ingressClassName in the helm values.yaml file - this would then generate a spec.ingressClassName entry in the ingress, with the value that was specified in the values.yaml file

Describe alternatives you've considered
Only manually editing the ingress

Additional context
Same problem that was reported and fixed on dependency-track issue

@datze
Copy link

datze commented Jun 27, 2023

ingress:
enabled: true
ingressClassName: nginx

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

No branches or pull requests

2 participants