Wildfly
Wildfly formerly known as JBoss AS, or simply JBoss, is an application server authored by JBoss, now developed by Red Hat. WildFly is written in Java, and implements the Java Platform, Enterprise Edition (Java EE) specification.
Based on the Bitnami Wildfly image for docker, this Chart bootstraps a Wildfly deployment on a Kubernetes cluster using Helm Classic.
Persistence
For persistence of the Wildfly data, mount a storage volume at the /bitnami/wildfly path of the Wildfly pod.
By default the Wildfly Chart mounts an emptyDir volume.
Configuration
To edit the default Wildfly configuration, run
$ helmc edit wildfly
Configurable parameters can be specified in tpl/values.toml. If not specified default values as defined by the Bitnami Wildfly image are used.
Tip: If you have issues running the above command, add
se autochdirto your~/.vimrcprofile or simply edit~/.helmc/workspace/charts/wildfly/tpl/values.tomlin your favourite editor.
Finally, generate the chart to apply your changes to the configuration.
$ helmc generate --force wildfly
Cleanup
To delete the Wildfly deployment completely:
$ helmc uninstall -n default wildfly