-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Ability to set ingressClassName #29858
Comments
This needs to be done first in Dekorate: dekorateio/dekorate#1111 |
Hah, thanks for telling me - i was excited to pull down the codebase and try my hand at a PR. |
PR to update Dekorate to the latest version: #29926 |
@kjq, after the mentioned pull request is merged, if you are interested in working on this, go ahead! :) |
@Sgitario - Thanks! It looks like I was on the right track comparing my changes to yours, i'll be ready now next time at least to submit a PR. |
Great!! |
Description
It would be convenient and helpful to be able to set the
ingressClassName
on generated Kubernetes manifests.Currently, we use the Quarkus Helm Extension to templatize that as a Helm chart but it does not add new properties only augments existing one. We work around this by having a
/kubernetes/ingress.yml
with just that property now.This would help us in adopting the new ingress rules that can be set in the application.yml and remove the need for an additional configuration resource.
Implementation ideas
No response
The text was updated successfully, but these errors were encountered: