Files
charts/wildfly
Sameer Naik 9dd2d80f86 wildfly: added secrets manifest for sensitive variables.
A secret volume named `wildfly` is created to store password variables.
2016-07-05 23:09:34 +05:30
..
2016-06-10 11:00:05 -07:00

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 autochdir to your ~/.vimrc profile or simply edit ~/.helmc/workspace/charts/wildfly/tpl/values.toml in 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