jbossas / eap-charts

Helm Charts for Red Hat JBoss Enterprise Application Platform

Home Page:https://jbossas.github.io/eap-charts/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eap-charts

Helm Charts for Red Hat JBoss Enterprise Application Platform

Prerequisites

Below are prerequisites that may apply to your use case.

Pull Secret

You will need to create a pull secret if you pull the EAP S2I builder image. Use the following command as a reference to create your pull secret:

oc create secret docker-registry my-pull-secret --docker-server=registry.redhat.io --docker-username=$USERNAME --docker-password=$PASSWORD --docker-email=$EMAIL

You can use this secret by passing --set build.pullSecret=my-pull-secret to helm install, or you can configure this in a values file:

build:
  pullSecret: my-pull-secret

and apply by passing -f $VALUES_FILE.

Examples

The examples directory contains examples of EAP applications deployed with Helm Charts

About

Helm Charts for Red Hat JBoss Enterprise Application Platform

https://jbossas.github.io/eap-charts/

License:Apache License 2.0


Languages

Language:Smarty 100.0%