Deploying the Application
Check and edit if appropriate $KCHOME/install.kubernetes/wildfly/wildfly.config
## wildfly container config#WFIMAGE=jboss/wildfly:21.0.2.Finaldatabase_type=oracle#database_type=mysql#database_type=sqljdbc_oracle=ojdbc8-21.1.0.0.jarjdbc_mysql=mysql-connector-java-8.0.23.jarjdbc_sql=mssql-jdbc-8.2.1.jre8.jarWFIMAGE - The Wildfly image to be used
database_type - database type that will be used. Uncomment the database_type in use.
jdbc_* - jdbc driver that will be used depending on database type
run $KCHOME/install.kubernetes/helm/helm dependency update
Edit values.yaml - add the secret and repository/image names
run $KCHOME/install.kubernetes/helmHelper.sh install brickst ./helm --set global.storageClass=gp2 --namespace brickst