quarkus

Quarkus define resource limits for kubernetes init containers


I'm using quarkus 2.2.3 to build my service image and the kubernetes yaml script file. How can I define the resources.limits for an init-container directly in my application.properties?

Marco.


Solution

  • This is not currently possible, but you can open an issue on GitHub requesting the feature