eap-charts

Helm Charts for Red Hat JBoss Enterprise Application Platform

This project is maintained by jbossas

Helm Charts for JBoss EAP

Helm logo  JBoss EAP logo

Install Helm Repository for EAP Charts

The eap74 Chart can be installed from https://jbossas.github.io/eap-charts/

$ helm repo add jboss-eap https://jbossas.github.io/eap-charts/
"jboss-eap" has been added to your repositories

$ helm search repo eap
NAME                    CHART VERSION   APP VERSION     DESCRIPTION
jboss-eap/eap74         1.0.0           7.4             A Helm chart to build and deploy EAP 7.4 applic...

Install a Helm Release

We can build and deploy the helloworld-rs quickstart with this example file:

$ helm install helloworld-rs-app \
    -f https://raw.githubusercontent.com/jbossas/eap-charts/eap74/examples/eap74/helloworld-rs/helloworld-rs-app.yaml \
    jboss-eap/eap74
NAME: helloworld-rs-app
LAST DEPLOYED: Tue Mar  9 11:57:33 2021
STATUS: deployed
REVISION: 1

Documentation

A complete documentation of the eap7 Chart is available in its README.