Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Key in the appropriate settings and click on Create e.g.

 

Memory Limit

200Mi (This value is suitable for the OpenShift Starter plan which limits total memory to 1GB)

Database Service Name

jogetdb

MySQL Connection Username

joget

MySQL Connection Password

joget

MySQL Database Name

jwdb

 


Step 4: Deploy Joget Workflow on JBoss WildFly Application Server

...

Add Environment Variables to match the previously configured database settings for the MySQL container and click on Deploy e.g.

 

MYSQL_HOST

jogetdb

MYSQL_PORT

3306

MYSQL_DATABASE

jwdb

MYSQL_USER

joget

MYSQL_PASSWORD

joget

 

By default, the created pod (a pod is a group of one or more containers) is only allocated 512 MiB memory so we will need to allocate more resources to avoid memory errors.

...