snowdrop-zen / quarkus

Quarkus: Supersonic Subatomic Java.
https://quarkus.io
Apache License 2.0
1 stars 0 forks source link

Kubernetes - Use existing resources not working for Ingress #149

Closed snowdrop-bot closed 4 years ago

snowdrop-bot commented 4 years ago

I want to use an existing kubernetes.yml to give a template for ingress. This is not working cause the values in Ingress part of the yaml will never been overwritten from quarkus. If I add expose=true a second Ingress will be copied to the generated kubernetes.yml instead of overwriting the existing one.

So, if expose=true check if an Ingress Template exists and modify this one instead of generating a new.


https://github.com/quarkusio/quarkus/issues/10737


$upstream:10737$