Popular applications, and Franks! build on top of the Frank!Framework, ready to launch on Kubernetes using Helm.
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 wearefrank https://wearefrank.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> wearefrank/<chart>
To uninstall the chart:
helm delete <unique-name>
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.