Skip to content

Latest commit

 

History

History
78 lines (48 loc) · 3.39 KB

README.md

File metadata and controls

78 lines (48 loc) · 3.39 KB

🔌Frank2Example Chart

This Helm Chart contains the Frank!Framework with some example configurations.

The Frank! is preconfigured with H2, but can be used with any other supported database.

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 the frank2example chart:

helm install my-frank2example frankframework/frank2example

To uninstall the chart:

helm delete my-frank2example

Parameters

Frank!Framework parameters

This chart is a wrapper for the Frank!Framework chart. See the documentation for the Frank!Framework chart for more information.

Name Description Value
frankframework.image.registry frank2example image registry nexus.frankframework.org
frankframework.image.repository frank2example image repository frank2example
frankframework.image.tag frank2example image tag (immutable tags are recommended) latest
frankframework.image.pullPolicy frank2example image pull policy Always
frankframework.image.pullSecrets frank2example image pull secrets []
frankframework.replicaCount Number of Frank!Framework replicas to deploy 1
frankframework.securityContext.readOnlyRootFilesystem Set the security context for the Frank!Framework containers true

Configuration and installation details

DTAP Stage

The Frank!Framework will start with different settings enabled, depending on what DTAP stage is configured.

For more information about DTAP stages read: https://frank-manual.readthedocs.io/en/latest/deploying/dtapAndProperties.html

Notable changes

Notable changes to the Frank2Example chart are listed below. Otherwise, see the notable changes in the Frank!Framework chart.

0.4.0

See the notable changes in the Frank!Framework chart.

0.3.0

See the notable changes in the Frank!Framework chart.

0.2.8

The .Values.frank.memory notation has been changed. It is now possible to define a minimum and a maximum, and to set percentages.

0.2.7

The .Values.frank.dtap.side is now empty by default.

  • .Values.frank.dtap.stage is now required and should be set to the right stage. Read more in the Installation details
  • .Values.frank.dtap.side will default to the release namespace deployed in.