-
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
Populate ingress fields (annotations and rules) for kind and minikube resources #43580
Conversation
mcruzdev
commented
Sep 29, 2024
•
edited by geoand
Loading
edited by geoand
- Fixes: quarkus-kind does not add ingress annotations #42294
Thanks for your pull request! Your pull request does not follow our editorial rules. Could you have a look?
This message is automatically generated by a bot. |
8628d9c
to
03b33e3
Compare
60bec76
to
13cc3f5
Compare
...etes/vanilla/deployment/src/main/java/io/quarkus/kubernetes/deployment/DevClusterHelper.java
Outdated
Show resolved
Hide resolved
} | ||
|
||
for (IngressRuleConfig rule : config.ingress.rules.values()) { | ||
result.add(new DecoratorBuildItem(clusterKind, new AddIngressRuleDecorator(name, port, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is also doing more than just dealing with the annotations since it also adds ingress rules (which is fine, by the way, at least in my opinion)
b970532
to
898bd66
Compare
@iocanel could you take a look here? TY :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Status for workflow
|