snowdrop-zen / quarkus

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

Add the possibility to define resources limits for kubernetes init containers #438

Closed snowdrop-bot closed 2 years ago

snowdrop-bot commented 2 years ago

Description

Right now is not possible to define cpu and memory limits for the init containers within the application.properties. The only option is to add them after the script has been generated.

Implementation ideas

Add the configuration options:


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


$upstream:20793$