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.
Persistence
For persistence of the Wildfly data, mount a storage volume at the /bitnami/wildfly/data path of the Wildfly pod.
By default the Wildfly Chart mounts an emptyDir volume.
Configuration
To edit the default Wildfly configuration, run
$ helm 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~/.helm/workspace/charts/wildfly/tpl/values.tomlin your favourite editor.
Finally, generate the chart to apply your changes to the configuration.
$ helm generate wildfly
Cleanup
To delete the Wildfly deployment completely:
$ helm uninstall -n default wildfly