Skip to content

frankframework/charts

Repository files navigation

The Frank!Framework Helm Charts

Popular applications, build on top of the Frank!Framework, ready to launch on Kubernetes using Helm.

Available charts:

Usage

Helm must be installed to use the charts. Please refer to Helm's documentation to get started.

Once Helm has been set up correctly, add the repo as follows:

helm repo add frankframework https://frankframework.github.io/charts

If you had already added this repo earlier, run helm repo update to retrieve the latest versions of the packages. You can then run helm search repo frankframework to see the charts.

To install a chart:

helm install <unique-name> frankframework/<chart>

To uninstall the chart:

helm delete <unique-name>

Common library

The Franks! are based on the "ff-common" library chart. This is done to ensure each chart can be kept up to date easily.

If you want to create a Frank! chart yourself, please refer to the ff-common documentation. There is also a Frank! template that can be copied as a starting point.