gravitee-io / issues

Gravitee.io - API Platform - Issues
64 stars 26 forks source link

[management] execute liquibase in init container #6281

Open leleueri opened 3 years ago

leleueri commented 3 years ago

When AM with JDBC backend is deployed on kubernetes the management API may fail to start due to liquibase lock.

We have to execute liquibase in a initContainer to avoid this error.

vliska commented 2 years ago

Could you please post the init-container? I'm also trying to work around this problem. Thank you.

mkozina-gk-software commented 7 months ago

Is there any plan for this feature? Or would it be possible to enable it at just one of deployments (gravitee-apim3-api and gravitee-apim3-gateway)? Currently the helm chart has only global switch for both of this; may quick and efficient solution is separation of configuration switches to just one of the deployments.