-
Notifications
You must be signed in to change notification settings - Fork 174
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor fixes on env vars and runtime for kubernetes (#1389)
* fix: Fix env vars on k8s The vars used by quarkus need to be upper case and dots replaced by underscore to work * fix(app): Fix unused JAVA_OPTS from kavaran-app docker image Now the ENV will be used on the command line (that was replaced from exec form to shell form of docker's CMD as in the the devmode docker image) * fix(app): Adds default runtime for jbang build on kubernetes Without this the build fails. (was added too the possibility to configure other runtime with an env var) * chore(app): Removed defaults of JAVA_OPTS from kavaran-app docker image Not needed anymore since Hazelcast was replaced by plain maps * fix(app): Adds default runtime for jbang build on docker * chore(app): Removed Hazelcast java opts from docker image Not needed anymore since Hazelcast was replaced by plain maps
- Loading branch information
Showing
4 changed files
with
15 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters