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

Add the Helm Repository for JBoss EAP Charts

The Helm Charts for JBoss EAP 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/eap-xp3       1.0.0           3.0             Build and Deploy EAP XP3 applications on OpenShift
jboss-eap/eap-xp4       1.0.0           4.0             Build and Deploy EAP XP4 applications on OpenShift
jboss-eap/eap74         1.1.2           7.4             Build and deploy JBoss EAP 7.4 applications on ...
jboss-eap/eap8          1.1.2           8.0             Build and deploy JBoss EAP 8 applications on Op...

Install a Helm Release for JBoss EAP 8.0

You can build and deploy the eap8-getting-started by installing the eap8 Helm Chart without modification:

$ helm install eap8-app jboss-eap/eap8
NAME: eap8-app
LAST DEPLOYED: Mon May  6 17:42:19 2024
STATUS: deployed
REVISION: 1

Install a Helm Release for JBoss EAP 7.4

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

Documentation for the Helm Charts are available in their respective READMES: