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.
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$