Deploying the Application

Check and edit if appropriate $KCHOME/install.kubernetes/wildfly/wildfly.config

#
# wildfly container config
#
WFIMAGE=jboss/wildfly:21.0.2.Final
database_type=oracle
#database_type=mysql
#database_type=sql
jdbc_oracle=ojdbc8-21.1.0.0.jar
jdbc_mysql=mysql-connector-java-8.0.23.jar
jdbc_sql=mssql-jdbc-8.2.1.jre8.jar
  • WFIMAGE - 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